MetaFox

CanResetPasswordTrait

Tags
mixin

CanResetPassword

mixin

User

Table of Contents

Properties

$resetTokens  : Collection

Methods

getEmailOptionForPasswordReset()  : array<string|int, mixed>|null
getPhoneNumberOptionForPasswordReset()  : array<string|int, mixed>|null
getResetMethods()  : array<string|int, mixed>
resetTokens()  : HasMany
sendPasswordResetNotification()  : void
Send the password reset notification.
sendPasswordResetToken()  : void

Properties

Methods

getEmailOptionForPasswordReset()

public getEmailOptionForPasswordReset() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getPhoneNumberOptionForPasswordReset()

public getPhoneNumberOptionForPasswordReset() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getResetMethods()

public getResetMethods() : array<string|int, mixed>
Tags
inheritDoc
Return values
array<string|int, mixed>

sendPasswordResetNotification()

Send the password reset notification.

public sendPasswordResetNotification(string $token) : void
Parameters
$token : string

        
On this page

Search results