RTL/release-notes
Lorenzo 8d958e6451
Mark the 2FA token input as a one-time code
The token input in the two-factor login dialog had no autocomplete
attribute. Its id, name and label were all "token". A password manager
had no data to find the field, and did not offer the code.

Add autocomplete="one-time-code" to the input. This is the standard
value for this field, and password managers and browsers read it
directly. Add a test that guards the attribute, and build frontend/
again.

Fixes #1674.
2026-08-10 21:00:20 -03:00
..
Release-notes-0.15.9.md Fill in PR number in release note (#1646) 2026-07-19 22:01:23 -07:00
Release-notes-0.15.10.md Release 0.15.10 (#1665) 2026-08-03 22:49:14 -07:00
Release-notes-0.15.11.md Mark the 2FA token input as a one-time code 2026-08-10 21:00:20 -03:00