mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02: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 db79e3118af881e5894ae6bfd7498aa2200f0a35.
This commit is contained in:
parent
6183b7ee52
commit
bc8ada6fe2
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user