PHP Class Admin_LoginController, pimcore

Inheritance: extends Zend_Controller_Action
ファイルを表示 Open project: pimcore/pimcore

Public Methods

Method Description
deeplinkAction ( )
indexAction ( )
init ( )
loginAction ( )
logoutAction ( )
lostpasswordAction ( )

Protected Methods

Method Description
getLogFile ( ) Protection against bruteforce
protect ( )
readLogFile ( )
writeLogFile ( $username, $error )

Method Details

deeplinkAction() public method

public deeplinkAction ( )

getLogFile() protected method

Protection against bruteforce
protected getLogFile ( )

indexAction() public method

public indexAction ( )

init() public method

public init ( )

loginAction() public method

public loginAction ( )

logoutAction() public method

public logoutAction ( )

lostpasswordAction() public method

public lostpasswordAction ( )

protect() protected method

protected protect ( )

readLogFile() protected method

protected readLogFile ( )

writeLogFile() protected method

protected writeLogFile ( $username, $error )