mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fronend: ui: bugfix: consistent password length. * The password set dialogue forces maxlenght=64 but when logging in, the dialogue does not forces this. This makes an issue when the user copy/pastes a longer than 64 character password in boxes. closes #2375