From 6a51e6c820e552dd1b65cfbe0e73f7de367c445e Mon Sep 17 00:00:00 2001 From: liugang Date: Tue, 28 Nov 2023 11:04:18 +0800 Subject: [PATCH] * userUI: change lang item of label and set required attribute. --- module/user/ui/create.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/user/ui/create.html.php b/module/user/ui/create.html.php index e94adec4ee..3e0c077286 100644 --- a/module/user/ui/create.html.php +++ b/module/user/ui/create.html.php @@ -107,7 +107,8 @@ formPanel formGroup ( set::width('1/2'), - set::label($lang->user->password2), + set::label($lang->user->abbr->password2), + set::required(true), set::control('password'), set::name('password2'), )