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),