From 3094754644a2b5e1feb6c2b3c79ff8da7e2cdbf4 Mon Sep 17 00:00:00 2001 From: liugang Date: Fri, 6 Dec 2024 11:11:39 +0800 Subject: [PATCH] * [refac] disable auto complete of html input. --- module/cache/ui/setting.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/cache/ui/setting.html.php b/module/cache/ui/setting.html.php index f3265f3fca..d8955febc0 100644 --- a/module/cache/ui/setting.html.php +++ b/module/cache/ui/setting.html.php @@ -158,7 +158,7 @@ formPanel set::name('redis[password]'), set::type('password'), set::value($config->redis->password), - set::autocomplete('off') + set::autocomplete('new-password') ) ), formGroup