PHP Class Mage2\User\Controllers\Admin\ForgotPasswordController

Inheritance: extends Mage2\Framework\System\Controllers\AdminController, use trait Illuminate\Foundation\Auth\SendsPasswordResetEmails
Datei anzeigen Open project: mage2/laravel-ecommerce

Public Methods

Method Description
__construct ( ) : void Create a new controller instance.
broker ( ) : Illuminate\Contracts\Auth\PasswordBroker Get the broker to be used during password reset.
showLinkRequestForm ( ) : Illuminate\Http\Response Display the form to request a password reset link.

Protected Methods

Method Description
guard ( )

Method Details

__construct() public method

Create a new controller instance.
public __construct ( ) : void
return void

broker() public method

Get the broker to be used during password reset.
public broker ( ) : Illuminate\Contracts\Auth\PasswordBroker
return Illuminate\Contracts\Auth\PasswordBroker

guard() protected method

protected guard ( )

showLinkRequestForm() public method

Display the form to request a password reset link.
public showLinkRequestForm ( ) : Illuminate\Http\Response
return Illuminate\Http\Response