fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.47k stars 305 forks source link

Empty the password field if the entered password is incorrect or let the user unmask the password. #524

Closed julkefol closed 7 months ago

julkefol commented 1 year ago

Password is masked when typed. So when a typed password is incorrect there is no way to figure out where. Instead of keeping the password on the field it can be cleared or let the user unmask the password using any keybinding or something.

darkclaw96 commented 1 year ago

you can clear a wrong password by setting "blank_password = true" in /etc/ly/config.ini

julkefol commented 1 year ago

@darkclaw96 thank you.

Alleop5 commented 1 year ago

Close this?