modified: email validate function added in fields
This commit is contained in:
parent
9aeaf842d5
commit
b862eda4e7
1 changed files with 1 additions and 0 deletions
|
@ -3428,6 +3428,7 @@ class userquery extends CBCategory{
|
|||
'required'=>'yes',
|
||||
'syntax_type'=> 'email',
|
||||
'db_value_check_func'=> 'email_exists',
|
||||
'validate_function'=> 'is_valid_email',
|
||||
'db_value_exists'=>false,
|
||||
'db_value_err'=>lang('usr_email_err3')
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue