App\Modules\System\Controllers\Authorize::remind PHP Méthode

remind() public méthode

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