ltb-project / self-service-password

Web interface to change and reset password in an LDAP directory
https://self-service-password.readthedocs.io/en/latest/
GNU General Public License v3.0
1.17k stars 327 forks source link

UI Clarity improvement #957

Closed plinlor closed 2 months ago

plinlor commented 3 months ago

Please consider "Confirm Password" in place of the existing "Confirm" prompt.

As a user of this tool, I just did a password change, and found "Confirm" opaque. ("Confirm what?", "yes/no to choose a confirmation dialog?" etc.)

"Confirm Password" makes it obvious, and is the PHP key in the code, so this is what the author was thinking.

Location to modify: https://github.com/ltb-project/self-service-password/blob/master/lang/en.inc.php#L47

Thanks for your help!