sonicnkt / glauth-ui

Glauth management ui created with python/flask
MIT License
85 stars 19 forks source link

Disable browser autofill on new password forms #7

Open sonicnkt opened 3 years ago

sonicnkt commented 3 years ago

At the moment webbrowsers offers autofill for all password forms in the app. This should be disabled for the admin interface, change password form (new password), reset password form and new account form.

sonicnkt commented 3 years ago

Hmm my fix didn't in a production environment. have to investigate this further.