ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Set autocomplete properties for password fields #83

Open coudot opened 1 year ago

coudot commented 1 year ago

Should close #74

coudot commented 1 year ago

@cmaudoux could you test this change?

cmaudoux commented 1 year ago

Browser still prompts for storing password...

coudot commented 1 year ago

Browsers are indeed not respecting the standard...

We can give a try to https://stackoverflow.com/questions/59991469/chrome-firefox-autocomplete-new-password-not-working

coudot commented 1 year ago

Hello @cmaudoux

here is a code to test the workaround: https://github.com/ltb-project/service-desk/pull/83/commits/c5b3bee521a47a04062bbf56efdc6ab792f5991e

coudot commented 1 week ago

Added this trick as an official option.

From my point of view it is ready to merge.