Skip to content

Commit 2f0d607

Browse files
author
Till Brehm
committed
Fixed #5424 Unable to change passwd or user of admin
1 parent 92184cb commit 2f0d607

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

interface/web/admin/form/users.tform.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,6 @@
218218
'app_theme' => array (
219219
'datatype' => 'VARCHAR',
220220
'formtype' => 'RADIO',
221-
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
222-
'errmsg'=> 'app_theme_empty'),
223-
1 => array ( 'type' => 'REGEX',
224-
'regex' => '/^[a-z0-9\_]{0,64}$/',
225-
'errmsg'=> 'app_theme_regex'),
226-
),
227221
'regex' => '',
228222
'errmsg' => '',
229223
'default' => 'default',

0 commit comments

Comments
 (0)