[Koha-bugs] [Bug 33343] Password fields should have auto-completion off

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 6 21:17:27 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 152067
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152067&action=edit
Bug 33343: Catch more cases and correctly use new-password hint

I believe where we're allowing a user to set a new password instead of
using autocomplete="off" we should be hinting to the brownser that it's
a new password box with autocompelte="new-password".

I also correct a couple of missing instances.. Honestly, I'm not sure
how much this helps these days as most browsers offer to save passwords
regardless.

See: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list