Hello,
I'm encountering some problems when user that was already registered logs in after I added additional required fields to profile.
Let's say I added new field "Country" which is required.
After existing user logs in it redirect him to profile registration edit layout. When user fills this new required field and clicks submit he gets warning for password field.
Why is this so? This user was already registered and has a password, he only needs to fill this new required field value. Even if he sets password and submits he gets another warning that his username already exists.
And with this scenario user can only log out.
Regards