• sunitham

    (@sunitham)


    Using this plugin Profile, Reset Password pages are showing empty.Please suggest to do

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SofSter

    (@sofster)

    Hi sunitham,

    Please share a valid link to diagonise the issue.

    Thanks
    Team Loginer

    Hello –

    Is there a way to change the message at the bottom of the user registration and the Reset Password pages? If not, that would be a nice enhancement.

    I want to change the “Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! ” ? $ % ^ & ).” messages on the user registration page. (Request for enhancement)

    I noticed that the on the user registration page the message “Registration confirmation will be send by email.” should read “Registration confirmation will be sent by email.” (reported typo/bug)

    Thank you,
    Robb

    Hello,

    You can change the Error and Success messages by following the steps provided below :
    1. Click on Loginer -> Form Styles.
    2. Now select Error/Success Messages and change the messages that you want to change.

    Currently there is no such option to change the Password hint. We have forwarded this option request to our plugin development team. We will provide this in future version if found feasible. For the time being you can modify the hint using WordPress filter, to achieve this please follow the steps provided below:
    Go to your theme’s functions.php file and add the following code:
    add_filter( ‘password_hint’, function( $hint )
    {
    return __( ‘MY OWN PASSWORD HINT’ );
    } );

    Also, thank you for your support and consideration towards plugin, we have forwarded “Registration confirmation will be send by email.” message error to our team. We will very soon update the plugin.

    Thanks
    Team Loginer

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Loginer Plugin’ is closed to new replies.