Skip to content
Snippets Groups Projects
Unverified Commit 2f2b15c0 authored by Helmo's avatar Helmo
Browse files

typo

parent 08a42de9
No related branches found
No related tags found
1 merge request!1575Resolve "Two-factor authentication"
......@@ -171,7 +171,7 @@ $form['tabs']['users'] = array (
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'oth_auth_empty'),
'errmsg'=> 'otp_auth_empty'),
1 => array ( 'type' => 'REGEX',
'regex' => '/^[a-z0-9\_]{0,64}$/',
'errmsg'=> 'otp_auth_regex'),
......
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