trait ResetsPasswords (View source)

Traits

Methods

string
redirectPath()

Get the post register / login redirect path.

getEmail()

Display the form to request a password reset link.

showLinkRequestForm()

Display the form to request a password reset link.

postEmail( Request $request)

Send a reset link to the given user.

sendResetLinkEmail( Request $request)

Send a reset link to the given user.

getReset( Request $request, string|null $token = null)

Display the password reset view for the given token.

showResetForm( Request $request, string|null $token = null)

Display the password reset view for the given token.

postReset( Request $request)

Reset the given user's password.

reset( Request $request)

Reset the given user's password.

string|null
getBroker()

Get the broker to be used during password reset.

Details

string redirectPath()

Get the post register / login redirect path.

Return Value

string

at line line 20
Response getEmail()

Display the form to request a password reset link.

Return Value

Response

at line line 30
Response showLinkRequestForm()

Display the form to request a password reset link.

Return Value

Response

at line line 49
Response postEmail( Request $request)

Send a reset link to the given user.

Parameters

Request $request

Return Value

Response

at line line 60
Response sendResetLinkEmail( Request $request)

Send a reset link to the given user.

Parameters

Request $request

Return Value

Response

at line line 133
Response getReset( Request $request, string|null $token = null)

Display the password reset view for the given token.

If no token is present, display the link request form.

Parameters

Request $request
string|null $token

Return Value

Response

at line line 147
Response showResetForm( Request $request, string|null $token = null)

Display the password reset view for the given token.

If no token is present, display the link request form.

Parameters

Request $request
string|null $token

Return Value

Response

at line line 172
Response postReset( Request $request)

Reset the given user's password.

Parameters

Request $request

Return Value

Response

at line line 183
Response reset( Request $request)

Reset the given user's password.

Parameters

Request $request

Return Value

Response

at line line 292
string|null getBroker()

Get the broker to be used during password reset.

Return Value

string|null