Home
last modified time | relevance | path

Searched hist:"75578 ae6d3a4063d7d62c6cd932636e34ce0f9b0" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php75578ae6d3a4063d7d62c6cd932636e34ce0f9b0 Wed Nov 27 08:26:41 UTC 2024 Andreas Gohr <andi@splitbrain.org> Preventing auto-filling of passwords in config #4362

We previously had set autocomplete="off" on password fields, but
browsers seem to ignore that now.

MDN suggests [1] to use autocomplete="new-password", so that's what's
used now. In addition autocomplete="off" is set on the form as a whole.

Will that fix the issue once and for all? Doubtful:

> This attribute is a hint to browsers; some may not comply with it.

[1] https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion

/dokuwiki/lib/plugins/config/
H A Dadmin.php75578ae6d3a4063d7d62c6cd932636e34ce0f9b0 Wed Nov 27 08:26:41 UTC 2024 Andreas Gohr <andi@splitbrain.org> Preventing auto-filling of passwords in config #4362

We previously had set autocomplete="off" on password fields, but
browsers seem to ignore that now.

MDN suggests [1] to use autocomplete="new-password", so that's what's
used now. In addition autocomplete="off" is set on the form as a whole.

Will that fix the issue once and for all? Doubtful:

> This attribute is a hint to browsers; some may not comply with it.

[1] https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion