obiba / agate

OBiBa's user ID provider.
GNU General Public License v3.0
4 stars 7 forks source link

Tenable Scan Warning - Password Field With Auto-Complete #501

Closed jonathanmassehsj closed 1 year ago

jonathanmassehsj commented 1 year ago

image

jonathanmassehsj commented 1 year ago

Agate version 2.7.4. Mica version 5.0.3

The same security warning appear for mica.

Hope this help,

jonathanmassehsj commented 1 year ago

@ymarcon I investigated a little bit, you just need to add the html tag << autocomplete="new-password" >> to the password box and it will remove this warning.

ymarcon commented 1 year ago

"off" is more appropriate: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values

This is a low security warning. I would suggest that you override the signin.ftl file instead. See doc: