From 4d88889917d8d1fb54c97613dba2b16fbc18ead3 Mon Sep 17 00:00:00 2001 From: liugang Date: Fri, 24 Nov 2023 13:53:02 +0800 Subject: [PATCH] + user: set the required property of the verifyPassword widget. --- module/user/ui/edit.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/user/ui/edit.html.php b/module/user/ui/edit.html.php index 24138bdeba..69261a75d9 100644 --- a/module/user/ui/edit.html.php +++ b/module/user/ui/edit.html.php @@ -248,6 +248,7 @@ formPanel set::width('1/2'), set::label($lang->user->verifyPassword), set::control('password'), + set::required(true), set::name('verifyPassword'), set::placeholder($lang->user->placeholder->verify) )