\ForgotPassController

パスワード再発行Controller

Add your application-wide methods in the class below, your controllers will inherit them.

Summary

Methods
Properties
Constants
beforeFilter()
request()
confirm()
update()
$components
$uses
$helpers
$Security
$ForgotPass
$User
$SiteSetting
WIZARD_REQUEST
WIZARD_CONFIRM
WIZARD_UPDATE
_getAuthenticator()
_getAuthenticators()
_getDefaultStartPage()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

WIZARD_REQUEST

WIZARD_REQUEST = 'request' : string

ウィザード定数(再発行の受付)

WIZARD_CONFIRM

WIZARD_CONFIRM = 'confirm' : string

ウィザード定数(再発行受付確認画面)

WIZARD_UPDATE

WIZARD_UPDATE = 'update' : string

ウィザード定数(新しいパスワード登録)

Properties

$components

$components : array

使用するComponents

Type

array

$Security

$Security : \SecurityComponent

Type

\SecurityComponent

$ForgotPass

$ForgotPass : \ForgotPass

Type

\ForgotPass

$User

$User : \User

Type

\User

$SiteSetting

$SiteSetting : \SiteSetting

Type

\SiteSetting

Methods

beforeFilter()

beforeFilter() : void

beforeFilter

request()

request() : void

パスワード再発行の受付

confirm()

confirm() : void

パスワード再発行

update()

update() : void

パスワード登録

_getAuthenticator()

_getAuthenticator() : string

Return authentication adapter name

Returns

string —

Authentication adapter name

_getAuthenticators()

_getAuthenticators() : array

Return available authenticators

Returns

array —

authenticators

_getDefaultStartPage()

_getDefaultStartPage() : string

デフォルト開始ページの取得

Returns

string —

or null