Tell us what you are trying to do?
Hi,
I have created a user form to create new user account (register). However, when I try to login to the account it show that the password is wrong. When I check from the admin side I can see the the user account was created but not all field values are saved.
What can be the problem?
Ok so I had a look at the issue for you and found that the form was not setting the password as you say. It seems what was happening is that it was redirecting the user via an email to set the password there.
However remaking the form completely resolved the issue. Here is my test form at the link below. hidden link
When I was creating the form I set it NOT to autogenerate the password or the username. See Screenshot
For your form what you can do is to re-create it with these exact settings and try again and it should set the user's password from that form.
I did some investigation and found that only when the form is placed on the page below, is when the fields don't get saved. hidden link
If I create a new page like this here hidden link
Then assign the same "Page Default" layout to the page, it works perfectly fine. I also noticed that this page is not respecting the Form's settings instead its redirecting me to the login form.
If you're using any form of custom code to manage this redirect then I would recommend removing it. Alternatively you can create a new registration page as I did and this works fine.