From 8665ea5fc150ca65125f24023b545fe39bdb2a95 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Tue, 18 May 2021 08:59:15 +0200 Subject: [PATCH] [BUGFIX] setup autocomplete field for passwords closes #265 Signed-off-by: Jerome Jutteau --- admin.php | 2 +- f.php | 2 +- index.php | 4 ++-- install.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin.php b/admin.php index 7974ce6..180b4f7 100644 --- a/admin.php +++ b/admin.php @@ -91,7 +91,7 @@ if (php_sapi_name() == "cli") { + size = "40" autocomplete = "current-password" /> diff --git a/f.php b/f.php index ed7d782..e2547d7 100644 --- a/f.php +++ b/f.php @@ -142,7 +142,7 @@ if (!empty($link['key'])) { '' . t('PSW_PROTEC') . '' . ' @@ -185,7 +185,7 @@ elseif (true === jirafeau_challenge_upload_ip($cfg, get_ip_address($cfg))) { ?> - + diff --git a/install.php b/install.php index 2798e5a..705f3d6 100644 --- a/install.php +++ b/install.php @@ -120,7 +120,7 @@ default: > + id = "admin_password" size = "40" autocomplete = "new-password"/> -- 2.34.1
' . t('GIMME_PSW') . ' : ' . - '' . + '' . '
' . t('USING_SERVICE'). ' ' . t('TOS') . '.' . diff --git a/index.php b/index.php index cf54193..fb5f1e5 100644 --- a/index.php +++ b/index.php @@ -75,7 +75,7 @@ elseif (true === jirafeau_challenge_upload_ip($cfg, get_ip_address($cfg))) {
+ size = "40" autocomplete = "current-password" />