1 changed files with 1 additions and 10 deletions
@ -165,16 +165,7 @@ sorry John you will be banned :( |
|||||||
$this->aauth->ban_user(3); |
$this->aauth->ban_user(3); |
||||||
``` |
``` |
||||||
|
|
||||||
You can check if the user exists in the database based on the user's email address |
You can check if the user exists in the database based on the user's id |
||||||
|
|
||||||
```php |
|
||||||
if($this->aauth->user_exsist_by_email('[email protected]')){ |
|
||||||
//user exsist |
|
||||||
}else{ |
|
||||||
//user not exsist |
|
||||||
} |
|
||||||
``` |
|
||||||
or user id |
|
||||||
|
|
||||||
```php |
```php |
||||||
if($this->aauth->user_exsist_by_id(3)){ |
if($this->aauth->user_exsist_by_id(3)){ |
||||||
|
Loading…
Reference in new issue