code4romania / covid-19-jurnal-medical

Centralization and monitoring of the state of people under auto-isolation with standardized questionnaires
https://dev.stamacasa.ro
Mozilla Public License 2.0
14 stars 52 forks source link

User can't create an account if they mess up their password choice on the first attempt #505

Closed catileptic closed 4 years ago

catileptic commented 4 years ago

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.

catileptic commented 4 years ago

I tested the fix introduced by #506 on both Firefox and Chrome - it doesn't fix the bug. :(

catileptic commented 4 years ago

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.