BuddyDev

Search

[Resolved] BP Google authenticator missing on branded login

  • Participant
    Level: Enlightened
    Posts: 69
    Christopher Niedzwiecki on #6936

    Awesome addition to the plugin list. Didn’t even know this existed. I think I need to add the text box that google authenticator uses on the white page login. Without it, I can’t enter the code on my phone.

  • Keymaster
    (BuddyDev Team)
    Posts: 24339
    Brajesh Singh on #6944

    Hi Chris,
    Thank you. We did not test it with the Branded Login plugin. We will be doing that today and will update you.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 69
    Christopher Niedzwiecki on #6948

    Awesome 🙂

  • Participant
    Level: Enlightened
    Posts: 69
    Christopher Niedzwiecki on #7057

    Have you guys checked into this yet?

  • Keymaster
    (BuddyDev Team)
    Posts: 24339
    Brajesh Singh on #7064

    Hi Chris,
    I have updated the plugin. Version 1.3.1 adds the

    ‘login_form’ hook in the login.php template file and that makes it work.

    Ff you have a custom login.php template file, please add the following line

    
      <?php do_action( 'login_form' ); ?>
    
    

    where you want the google authenticator input field to be available and it will work.

    Hope that helps.

    Brajesh

  • Participant
    Level: Enlightened
    Posts: 69
    Christopher Niedzwiecki on #7079

    That sounds awesome man. Thanks a lot!

  • Keymaster
    (BuddyDev Team)
    Posts: 24339
    Brajesh Singh on #7097

    You are welcome Chris 🙂

    Marking this thread as resolved.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 89
    Graham Hoffman on #7115

    Perfect, this is something I’m going to integrate next week. Awesome stuff!

  • Keymaster
    (BuddyDev Team)
    Posts: 24339
    Brajesh Singh on #7118

    Thank you!

You must be logged in to reply to this topic.

This topic is: resolved