Closed catileptic closed 4 years ago
I tested the fix introduced by #506 on both Firefox and Chrome - it doesn't fix the bug. :(
Never mind. I just forgot to docker-compose pull
the latest image, the one containing the fix, into the dev environment. This fix works as expected.
When a user wants to create an account, and they enter a password that does not adhere to the password rule set, the application prompts them with an error. The error tells the user what password rule they haven't ticked off yet. However, when the user tries to enter a new password, they can't press the Register button, even if they have ticked "I accept the terms & conditions". The user is stuck here, if they mess up their choice of password on the first attempt.
There's a workaround: going back to the landing page and clicking the Register button again.