mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-17 13:06:58 +02:00
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. |
||
|---|---|---|
| .. | ||
| Release-notes-0.15.9.md | ||
| Release-notes-0.15.10.md | ||
| Release-notes-0.15.11.md | ||