michaellaunay / alirpunkto

0 stars 0 forks source link

Provide the possibility for the user to visualise his/her password as s/he initialises or resets it #154

Open SergioArbarviro opened 1 month ago

SergioArbarviro commented 1 month ago

Current state

When the user sets or resets his/her password, this password remains hidden, so that the user has no control on the exact typing of his/her password, nor on the match between password and confirmation.

Desired state

The user should have the option to display his/her password and its confirmation by clicking on an appropriate link on the side of the form field. Usually, this is represented by an "eye" symbol.

SergioArbarviro commented 1 month ago

Solved by commit 8025c0be2815ab62c429cc5d4831f418bf2ae7fc

SergioArbarviro commented 1 month ago

The problem with the display of the form to reset one's password, due to a caching problem with the server, has appeared again.