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