From efbb1fa8f2e5b838efd36e28848d386b1670d0e3 Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 30 2022 14:11:32 +0000 Subject: Turn autocomplete off for the OTP field on login forms One-time passwords are one-time :-) so there is no point in remembering past values and offering them during subsequent logins. Similar to: https://github.com/fedora-infra/noggin/blob/82306f4fcbd1caef517d3379a3d3eb12ff06d6ff/noggin/templates/_login_form.html#L12 Signed-off-by: Hunor Csomortáni --- diff --git a/templates/login/form.html b/templates/login/form.html index eea8a13..9d75024 100644 --- a/templates/login/form.html +++ b/templates/login/form.html @@ -33,7 +33,7 @@
- +
diff --git a/themes/Fedora/templates/login/form.html b/themes/Fedora/templates/login/form.html index 6c695ab..a340419 100644 --- a/themes/Fedora/templates/login/form.html +++ b/themes/Fedora/templates/login/form.html @@ -23,7 +23,7 @@
- +
- +