Project

General

Profile

Actions

Feature #41927

closed

Enable browser autocomplete for 2FA input fields

Added by Thomas Butz 16 days ago. Updated 11 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Accounts / authentication
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

The current HTML 2FA input has autocomplete disabled:

<input type="text" name="twofa_code" id="twofa_code" tabindex="1" autocomplete="off" autofocus="autofocus">

To assist password managers, we should switch it to one-time-code

<input type="text" name="twofa_code" id="twofa_code" tabindex="1" autocomplete="one-time-code" autofocus="autofocus">

Files


Related issues

Related to Redmine - Feature #41937: Enable browser autocomplete for login input fieldsClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA 16 days ago

  • Category changed from UI to Accounts / authentication
  • Target version set to 6.1.0
Actions #2

Updated by Go MAEDA 16 days ago

Here is a patch.

Actions #3

Updated by Go MAEDA 14 days ago

  • Related to Feature #41937: Enable browser autocomplete for login input fields added
Actions #4

Updated by Go MAEDA 12 days ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patch in r23360.

Actions #5

Updated by Marius BÄ‚LTEANU 11 days ago

  • Target version changed from 6.1.0 to 5.1.5

I've merged this to stable branches because it is a small change and quite useful.

Actions

Also available in: Atom PDF