mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
fix: verified email for login.php (#265)
* fix: required email login verify
* fix: add missing select column
* Revert "fix: add missing select column"
This reverts commit db79e3118a.
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
|
// common columns
|
||||||
$columns = 'id, name, level, sex, vocation, looktype, lookhead, lookbody, looklegs, lookfeet, lookaddons';
|
$columns = 'id, name, level, sex, vocation, looktype, lookhead, lookbody, looklegs, lookfeet, lookaddons';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user