From: Jerome Jutteau Date: Tue, 18 May 2021 06:59:15 +0000 (+0200) Subject: [BUGFIX] setup autocomplete field for passwords X-Git-Tag: 4.4.0~6 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/8665ea5fc150ca65125f24023b545fe39bdb2a95 [BUGFIX] setup autocomplete field for passwords closes #265 Signed-off-by: Jerome Jutteau --- 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"/>
' . 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" />