Add HTML5 attributes to prevent password manager interference with OTP

* Closes #41831

Signed-off-by: dmfilipenko <wind.fd@gmail.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Dmytro Filipenko
2025-08-14 09:45:53 +02:00
committed by GitHub
parent d74a10d87a
commit bd5818c4c8
5 changed files with 13 additions and 3 deletions

View File

@@ -99,6 +99,12 @@ When tracing is enabled, now also calls to other nodes of a {project_name} clust
To disable this kind of tracing, set the option `tracing-infinispan-enabled` to `false`.
=== Login theme optimized for OTP and recovery code entry
The input fields in the login theme for OTP and recovery codes and have been optimized:
* The input mode is now `numeric`, which will ease the input on mobile devices.
* The auto-complete is set to `one-time-code` to avoid interference with password managers.
// ------------------------ Deprecated features ------------------------ //
== Deprecated features