• Resolved jacquesmivi

    (@jacquesmivi)


    Hello,

    I use the shortcode “wppb-login” to a php template.
    When I don’t fill a field, I got the message “ERROR: password field is empty.”

    But when I write a wrong username or password I don’t have any message. My page just reload.
    So it’s litle bite disturbing, user don’t know if it’s a bug or an error.

    How can I activate a message like “Username or password incorect”.

    Thanks for your help,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello there,

    Thank you for contacting us.

    Could you post a link to your website so I can check this error out ?

    Best Regards.

    Thread Starter jacquesmivi

    (@jacquesmivi)

    Thread Starter jacquesmivi

    (@jacquesmivi)

    Hello,

    Do you have an idea regarding this topic ?

    Thanks,

    Hi,

    Did you set up some restrictions regarding wp-login.php? Are you using a plugin called Jonradio Private Site?

    When trying to login using wrong credentials this is the error message that should be displayed: ERROR: Invalid username or email. Lost your password?

    Did you tried to deactivate all other plugins and use a default WordPress theme? Maybe there is a theme/plugin conflict.

    Best regards,

    Thread Starter jacquesmivi

    (@jacquesmivi)

    Yes its a probleme with genesis custom template. I don’t know how to fix this.
    In my template I use this code, can it be a problem ?

    // Fonction to connect the user
    function user_not_logged() {
    echo ‘<h4>Se connecter</h4>’;
    echo do_shortcode(‘[wppb-login]’);
    echo ‘</br></br>’;
    echo ‘<h4>Retrouver son mot de passe</h4>’;
    echo do_shortcode(‘[wppb-recover-password]’);
    echo ‘</br></br>’;
    echo ‘<h4>Créer son compte</h4>’;
    echo do_shortcode(‘[wppb-register]’);

    //end user_not_logged
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode, how to have error message’ is closed to new replies.