mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 14:16:50 +01:00
fix: required email login verify
This commit is contained in:
@@ -155,6 +155,10 @@ switch ($action) {
|
||||
}
|
||||
}
|
||||
|
||||
if (setting('core.account_mail_verify') && $account->email_verified !== 1) {
|
||||
sendError('You need to verify your account, enter in our site and resend verify e-mail!');
|
||||
}
|
||||
|
||||
// common columns
|
||||
$columns = 'id, name, level, sex, vocation, looktype, lookhead, lookbody, looklegs, lookfeet, lookaddons';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user