0
Welcome Guest! Login
0 items Join Now

How to put Google Authenticator box for front end login?

  • How to put Google Authenticator box for front end login?

    Posted 11 years 3 months ago
    • Hi, I'm using the Paradigm theme and I have the web site closed while under construction. My logins use Google Authenticator.

      The Google Authenticator box is not seen when I try to login the front end.

      Any hints? :D
  • Re: How to put Google Authenticator box for front end login?

    Posted 11 years 3 months ago
    • I still havnt been able to figure this out, which sucks because im pretty much stuck. I cant see/test my site. and I certainly dont want to open it ot the public since its not ready, and I dont want to do without the Authenticator for security reasons.
  • Re: How to put Google Authenticator box for front end login?

    Posted 11 years 3 months ago
    • nevermind, I figured it out. I ended up looking at the source code of the Administrator login page and saw where the Google Authenticaotr section was:
      <div class="control-group">
      			<div class="controls">
      				<div class="input-prepend input-append">
      					<span class="add-on">
      						<i class="icon-star hasTooltip" title="Secret Key"></i>
      						<label for="mod-login-secretkey" class="element-invisible">
      							Secret Key						</label>
      					</span>
      					<input name="secretkey" tabindex="3" id="mod-login-secretkey" type="text" class="input-medium" placeholder="Secret Key" size="15"/>
      					<span class="btn width-auto hasTooltip" title="If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank.">
      						<i class="icon-help"></i>
      					</span>
      				</div>
      			</div>
      		</div>
      I just pasted that in the offline.php lage right below my login page.
      Now I can get back to work.
    • Last Edit: 11 years 3 months ago by Adam Baroumand. Reason: fixed typo
  • Re: How to put Google Authenticator box for front end login?

    Posted 11 years 3 months ago
    • Now, I'm trying to figure out how to mark the thread as solved! this is so frustrating, I'm trying to get back to work here.
      There is no way to edit the very first post. the edit button is gone. Then if I edit the 2nd or 3rd post, it does not allow me to edit the subject.

Time to create page: 0.064 seconds