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

Also available in: Atom PDF