UserController
class UserController (View source)
The User class provides all methods related to a user account.
Methods
static Response
changePassword()
Change the password of the currently logged in user based on $_POST.
static string
resetPassword()
Reset a user password by email.