+ user: set the required property of the verifyPassword widget.

This commit is contained in:
liugang
2023-11-24 13:53:02 +08:00
parent 991050e69d
commit 4d88889917
+1
View File
@@ -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)
)