Hi all,
For some reason, my sign-up and login procedures are not working .
I have a separate pages for signing up users ( in which I also collect other data like first name, last name, adress, etcetea).
After this is performed, the user can login in another page. ( The step in between is that the admin has to approve the user. So by default each user’s status Approved = no).
Above mentioned procedures lead to a succesfull entry in the database with all the required data. Also, changing the user’s Approved status to Yes, is performed succesfully.
But finally, when I try to log the user in (with email and password) I receive the message that the password is incorrect. See below the workflow
.
I’ve also enables the password input section ass password content (see below)
So, the link with the password is going wrong. Because when I try to sign-up a non-existing user (e.g fake@mail.com) I receive the message that this mailadres doesn’t exist in the database.
Can someone help me with this soo easy issue??