Update for BeWellWell my account en media_upload
This commit is contained in:
@@ -96,8 +96,8 @@ elseif ($command == 'login'){
|
||||
|
||||
if (count($account) != 0){
|
||||
|
||||
//CHECK NUMBER OF LOGIN ATTEMPTS IS BELOW 5
|
||||
if($account['login_count'] < 5 || $account['isverified'] == 0 ){
|
||||
//CHECK NUMBER OF LOGIN ATTEMPTS IS BELOW 5 and account isverified
|
||||
if($account['login_count'] < 5 && $account['isverified'] == 1 ){
|
||||
// If account exists verify password
|
||||
if ($account && password_verify($post_content['password'], $account['password'])) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user