From 16edbf3ca81eac701dfc9417c46ef1fd4a176136 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 3 Jul 2023 08:49:47 +0800 Subject: [PATCH] * Change verifyPassword input type to password. --- module/user/ui/batchcreate.html.php | 1 + module/user/ui/edit.html.php | 1 + 2 files changed, 2 insertions(+) diff --git a/module/user/ui/batchcreate.html.php b/module/user/ui/batchcreate.html.php index 871f804197..be97312c1d 100644 --- a/module/user/ui/batchcreate.html.php +++ b/module/user/ui/batchcreate.html.php @@ -279,6 +279,7 @@ formBatchPanel set::width('400px'), set::label($lang->user->verifyPassword), set::labelClass('w-10 mr-2'), + set::control('password'), set::name('verifyPassword'), set::value(''), set::required(true), diff --git a/module/user/ui/edit.html.php b/module/user/ui/edit.html.php index 792969719d..78c73e215a 100644 --- a/module/user/ui/edit.html.php +++ b/module/user/ui/edit.html.php @@ -286,6 +286,7 @@ formPanel ( set::width('1/2'), set::label($lang->user->verifyPassword), + set::control('password'), set::name('verifyPassword'), set::value(''), set::placeholder($lang->user->placeholder->verify),