Password should be invisible during input #3

Closed
opened 2026-02-04 16:25:24 +03:00 by OVERLORD · 1 comment
Owner

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.
planka_add_user_password
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.
planka_edit_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)

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. ![planka_add_user_password](https://user-images.githubusercontent.com/7039362/67689682-f78d7200-f99b-11e9-8f12-8ae4e944b006.png) 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. ![planka_edit_password](https://user-images.githubusercontent.com/7039362/67689522-b85f2100-f99b-11e9-95d1-03e8b6530dcd.png) 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)
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#3