Project

General

Profile

Actions

Feature proposal #7725

closed

Improve autocomplete attribute usage

Added by krileon over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
Start date:
25 September 2019
Due date:
% Done:

100%

Estimated time:

Description

Password fields should use the newer autocomplete="new-password" usage. If current password is required then that input should use "current-password". Just using "off" the browser can and in the case of Chrome will ignore it.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

Other core inputs could use better autocomplete as well (e.g. username field have autocomplete="username").

https://www.joomlapolis.com/forum/146-general/241598-how-to-prevent-automatic-chrome-sign-in#314448

Actions #1

Updated by krileon over 4 years ago

Could be useful to just add a new parameter for all text based (text, password, email, etc..) fieldtypes to set the autocomplete value as well instead of forcing it.

Actions #2

Updated by beat over 4 years ago

  • Target version changed from CB 2.4.3 to CB 2.4.4
Actions #3

Updated by beat about 4 years ago

  • Target version changed from CB 2.4.4 to CB 2.4.5
Actions #4

Updated by krileon about 4 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Implemented in MR !1542

Changed from old "off", which is confirmed ignored by browsers now, to "new-password".

Actions #5

Updated by krileon about 4 years ago

  • Description updated (diff)
Actions #6

Updated by beat almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF