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 08a42de commit 2f2b15cCopy full SHA for 2f2b15c
interface/web/tools/form/user_settings.tform.php
@@ -171,7 +171,7 @@
171
'datatype' => 'VARCHAR',
172
'formtype' => 'SELECT',
173
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
174
- 'errmsg'=> 'oth_auth_empty'),
+ 'errmsg'=> 'otp_auth_empty'),
175
1 => array ( 'type' => 'REGEX',
176
'regex' => '/^[a-z0-9\_]{0,64}$/',
177
'errmsg'=> 'otp_auth_regex'),
0 commit comments