Closed hitclif closed 2 years ago
Hi @hitclif ,
I just checked again, the password fields have the following "autocomplete" attribute set:
two password fields in room settings, for setting or changing the password of a room:
<input type="password" autocomplete="new-password" />
One password field when you enter a protected room:
<input type="password" autocomplete="current-password" />
As defined here (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) I would expect the browser to correctly autocomplete the field for you...
Or do we have an error here? Which browser do you use?
I am using the Chrome. I've also tried in Firrefox, doesn't work. The browser didn't even ask to save the password.
my setup and how I end up with a saved password (maybe it helps us pin-pointing the problem)
Everytime I want to open Poinz I need to enter the password. This is a bit annoying. Therefore it would be nice if the password could be managed by the browser and fill in automatically.