BuddyDev

Search

[Resolved] Branded Login 'get new password' issue

  • Participant
    Level: Enlightened
    Posts: 29
    rabb on #26859

    Hey Barjesh,

    thank you very much. It’s working fine.

    I would like to make another suggestion. Can you also add another action right after line 172? Something like:

    
    $info_message['error'] = __( 'Either key is invalid or login name is invalid.', 'bl-branded-login' );
    do_action( 'bl_password_reset_invalid' );
    

    This would also allow to redirect to another page if the password reset url is not valid. At the moment the normal reset page is shown. This can eventually confuse the user.

    All the best

    Ralf

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #26872

    Hi Ralf,
    Thank you for the suggestion.

    I have added a hook(slightly changed name)

    
    bl_password_reset_key_invalid
    

    It will be available in next update.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 29
    rabb on #26933

    Hi Barjesh,

    thank you very much for your support!

    Regards

    Ralf

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #26934

    You are welcome 🙂

The topic ‘ [Resolved] Branded Login 'get new password' issue’ is closed to new replies.

This topic is: resolved