Method | Description | |
---|---|---|
componentDetails ( ) | ||
defineProperties ( ) | ||
getRedirectOptions ( ) | ||
loginAttribute ( ) | Returns the login model attribute. | |
loginAttributeLabel ( ) | Returns the login label as a word. | |
onActivate ( string $code = null ) | Activate the user | |
onDeactivate ( ) | Deactivate user | |
onRegister ( ) | Register the user | |
onRun ( ) | Executed when this component is bound to a page or layout. | |
onSendActivationEmail ( ) | Trigger a subsequent activation email | |
onSignin ( ) | Sign in the user | |
onUpdate ( ) | Update the user | |
user ( ) | Returns the logged in user, if available |
Method | Description | |
---|---|---|
makeRedirection ( ) : mixed | Redirect to the intended page after successful update, sign in or registration. | |
sendActivationEmail ( User $user ) : void | Sends the activation email to a user |
public loginAttributeLabel ( ) |
protected makeRedirection ( ) : mixed | ||
return | mixed |
public onActivate ( string $code = null ) | ||
$code | string | Activation code |
public onSendActivationEmail ( ) |
protected sendActivationEmail ( User $user ) : void | ||
$user | User | |
return | void |