Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Hello,

    Thanks for your appreciation and support to plugin.We have forwarded the issue regarding “You are already connected.” to our plugin development team. We will very soon update the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)