ClientLogin extends AppController
Client portal login controller
Table of Contents
Methods
| confirmReset() | Confirm password reset |
| forgot() | Forgot username |
| index() | Login |
| otp() | Handle otp requests |
| preAction() | Pre-action setup method that is called before the index method, or the set controller action |
| reset() | Reset password |
| forwardPostAuth() | Finishes logging in the client and forwards the user off to the desired location |
Methods
confirmReset()
Confirm password reset
public
confirmReset() : mixed
forgot()
Forgot username
public
forgot() : mixed
index()
Login
public
index() : mixed
otp()
Handle otp requests
public
otp() : mixed
preAction()
Pre-action setup method that is called before the index method, or the set controller action
public
preAction() : mixed
reset()
Reset password
public
reset() : mixed
forwardPostAuth()
Finishes logging in the client and forwards the user off to the desired location
private
forwardPostAuth() : mixed