michaellaunay / alirpunkto

0 stars 0 forks source link

In the "reset password" form, the conditions set on the password should be displayed in the same way as they are for initialisation #155

Open SergioArbarviro opened 1 month ago

SergioArbarviro commented 1 month ago

Current state

When resetting the password, the form being displayed does not show the conditions placed on the password for it to be valid. This is likely to create frustration, as the user gets sanctioned for not respecting a rule that s/he had not been informed of.

This is the same situation, for the "forgot password" process, as the one at the source of issue #18 for the initialisation of the user's password.

Desired state

Just as in the registration form, the "forgot password" form should display all rules for a password to be valid (msgid = password_description).

In addition, the whole logic regarding the control of the validity of the password that is currently applied to the initialisation of the password should be implemented for the "forgot password" process.