Method | Description | |
---|---|---|
__construct ( ) | * Constructor | |
change_password ( $newpass, $newpass_rep ) | * Changes user password. | |
getRole ( ) | ||
getUID ( ) | * Getter functions | |
isLoggedIn ( ) | ||
login ( $email, $password ) | * Login function. Checks login data and writes information to SESSION |
public change_password ( $newpass, $newpass_rep ) |
public login ( $email, $password ) |