Login Page Autocomplete/Password Manager Issue #332

Closed
opened 2026-04-05 20:27:02 +02:00 by MrUnknownDE · 0 comments
Owner

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

*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_
MrUnknownDE added the enhancementenhancementenhancementenhancementenhancement labels 2026-04-05 20:27:03 +02:00
Sign in to join this conversation.