User
class User (View source)
The User class provides all methods related to a user account.
Methods
static array
changePassword()
Change the password of the currently logged in user based on $_POST.
static string
get()
Return the currently logged in user.
static string
login()
Verify login information based on $_POST.
static boolean
logout()
Log out user.
Details
at line 62
static array
changePassword()
Change the password of the currently logged in user based on $_POST.
at line 129
static string
get()
Return the currently logged in user.
at line 144
static string
login()
Verify login information based on $_POST.
at line 186
static boolean
logout()
Log out user.