+ [task#140493] adjust password control in create gitlab user page.

This commit is contained in:
liyang
2025-03-31 16:36:34 +08:00
committed by 刘刚
parent fb48eb3349
commit 8385774f3a
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -15,6 +15,7 @@ jsVar('users', $users);
formPanel
(
set::title($lang->gitlab->user->create),
set::back('gitlab-browseuser'),
formGroup
(
set::name('account'),
@@ -51,7 +52,7 @@ formPanel
set::label($lang->gitlab->user->password),
set::required(true),
set::width('1/2'),
set::type('password')
set::control('password')
),
formGroup
(
@@ -59,7 +60,7 @@ formPanel
set::label($lang->gitlab->user->passwordRepeat),
set::required(true),
set::width('1/2'),
set::type('password')
set::control('password')
),
formGroup
(