We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92184cb commit 2f0d607Copy full SHA for 2f0d607
interface/web/admin/form/users.tform.php
@@ -218,12 +218,6 @@
218
'app_theme' => array (
219
'datatype' => 'VARCHAR',
220
'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
- ),
227
'regex' => '',
228
'errmsg' => '',
229
'default' => 'default',
0 commit comments