AuthController
class AuthController extends BaseController
Auth controller. Pretty much what it says on the tin.
Properties
static boolean | $batchMode | Controller is in batch mode | from BaseController |
static array | $batchedResponses | Stack for batched responses | from BaseController |
Methods
Functionally, does literally nothing.
Render forgot password form
Lookup email, generate reset request and message
Render reset confirmation
Generate new password, generate confirmation email
Handles login POST action
Destroy session and return to index
No description
Details
in BaseController at line line 60
int
getStatusCode()
Return status code
in BaseController at line line 69
array
getHeaders()
Return current headers
in BaseController at line line 78
string
getPayload()
Return payload
in BaseController at line line 87
setStatusCode(int $code)
Set status code
in BaseController at line line 97
setHeaders(string $key, string $value)
Set header value
in BaseController at line line 106
setPayload(string $payload)
Set payload
in BaseController at line line 294
static
startBatchMode()
Static method to enable batch mode return handling
in BaseController at line line 302
static
endBatchMode()
Static method to disable batch mode return handling
at line line 21
indexAction()
Functionally, does literally nothing.
at line line 28
forgotAction()
Render forgot password form
at line line 36
Dispatcher
recoverAction()
Lookup email, generate reset request and message
at line line 76
Dispatcher
resetLookupAction($uuid)
Render reset confirmation
at line line 96
Dispatcher
resetPasswordAction($uuid)
Generate new password, generate confirmation email
at line line 141
Dispatcher
loginAction()
Handles login POST action
at line line 174
Response
logoutAction()
Destroy session and return to index