App\Modules\System\Controllers\Authorize::remind PHP Method

remind() public method

Display the password reminder view.
public remind ( ) : Response
return Response
    public function remind()
    {
        return $this->getView()->shares('title', __d('system', 'Password Recovery'));
    }