jacquesmivi
Forum Replies Created
-
I found the answer.
The HTAcess is good.
I got two authentifications on my website. A basic authentification and JWT Token authentification. I got a conflict between both with the header on my POST request.
More information about multiple authorisation issues
https://community.postman.com/t/multiple-authorisation-issue/6479/7Thanks for your help.
You can also change this message on the wp translation file/wp-content/languages/fr_FR.po
Have a good week,
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
}Hello,
Do you have an idea regarding this topic ?
Thanks,