Skip to content
Snippets Groups Projects
Commit 2f0d607b authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #5424 Unable to change passwd or user of admin

parent 92184cbe
No related branches found
No related tags found
1 merge request!936add CentOS 8 detection
...@@ -218,12 +218,6 @@ $form['tabs']['users'] = array ( ...@@ -218,12 +218,6 @@ $form['tabs']['users'] = array (
'app_theme' => array ( 'app_theme' => array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'RADIO', 'formtype' => 'RADIO',
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'app_theme_empty'),
1 => array ( 'type' => 'REGEX',
'regex' => '/^[a-z0-9\_]{0,64}$/',
'errmsg'=> 'app_theme_regex'),
),
'regex' => '', 'regex' => '',
'errmsg' => '', 'errmsg' => '',
'default' => 'default', 'default' => 'default',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment