* finish task #4579.
This commit is contained in:
@@ -234,6 +234,7 @@ class userModel extends model
|
||||
->batchCheck($this->config->user->create->requiredFields, 'notempty')
|
||||
->check('account', 'unique')
|
||||
->check('account', 'account')
|
||||
->checkIF($this->post->email != '', 'email', 'email')
|
||||
->exec();
|
||||
if($this->post->group)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user