BuddyDev

Search

[Resolved] Branded login requests

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #38519

    Sure. I have asked Ravi to look into it and update.

    Regards
    Brajesh

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #38524

    Hello Tosin,

    I will look into it and Will update you on Wednesday.

    Regards

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #38603

    Good day Ravi how’s progress sir

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #38629

    Hello Tosin,

    I have added the compatibility which enables site admin to allow users to create their password on forgot password. Currently, it is in disabled mode to enable it to use the following code:

    
    add_filter( 'bl_allow_creating_password', '__return_true' );
    
    

    Please do let me know If there is any issue.

    Regards
    Ravi

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #38639

    Hi

    The update worked perfectly, It just needs one more finishing touch which is

    After the password has been changed successfully the user should be redirected back to (login) page instead of (recover-password) page

    thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #38640

    Hello Tosin,

    Thank you for the acknowledgment. Redirection is added now. Please check and thank you for the suggestion this feature is now complete.

    Regards
    Ravi

You must be logged in to reply to this topic.

This topic is: resolved