mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Login Page Autocomplete/Password Manager Issue #332
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 @speeddemon786 on 10/23/2023
CloudPanel version(s) affected
2.3.2
Description
This is a really minor issue. Currently the login page has the following autocomplete attributes autocomplete="new-password" for the username and password fields and this confuses my password manager into thinking it's a password reset page instead of a login page.
How to reproduce
Log in with Bitwarden password manager or SafeInCloud password manager enabled. Neither are able to auto fill the form and both ask if you want to change your saved password when logging in.
Possible Solution
Update the log in form so that the autocomplete attribute for the username field is autocomplete="username" and the one for the password field is autocomplete="password".
Additional Context
No response