mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Password should be invisible during input #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @markuswochnik on GitHub (Oct 28, 2019).
If you edit your password or add a new user, the password is visible, for security reasons it shouldn't be visible during input.


If you edit your password, then your current password is displayed as invisible, that's the better way i think and should be for every password.
Maybe if its possible there could be an visible/invisible toggle near the input field:(https://www.w3schools.com/howto/howto_js_toggle_password.asp)
@meltyshev commented on GitHub (Oct 29, 2019):
Hi! I checked some other apps and there is a password repentance field if you change your own password and visible/invisible option when changing for other users. Gonna implement this soon.