API documentation :: Docs For Class arbitCoreModuleUserPasswordAuthentification
Packages:Interfaces:
Classes:
|
Core::arbitCoreModuleUserPasswordAuthentificationClass arbitCoreModuleUserPasswordAuthentificationBase class for the password user authentication mechanisms. Base class for the password user authentication mechanisms. ezcMvcController | --arbitController | --arbitCoreModuleUserAuthentification | --arbitCoreModuleUserPasswordAuthentificationAuthor(s):
Method Summary
Inherited Methods
MethodsaccountController implementation for password changing Performs the requested actions and changes the password. Controller implementation for password changing Performs the requested actions and changes the password. Parameters:
checkPassword
array
checkPassword(
string
$password
, string
$repetition
, array
$data
)
Common password checks Performs a list of common checks against the given password, which currently are:
Common password checks Performs a list of common checks against the given password, which currently are:
Parameters:
getPasswordHash
array
getPasswordHash(
string
$password
)
Generate a password hash Generates one or more hashes from a password. function. Generate a password hash Generates one or more hashes from a password. Must be an injective function. Parameters:
login
mixed
login(
arbitRequest
$request
)
Log in user Tries to log in user with the data provided in the request. Log in user Tries to log in user with the data provided in the request. If the log in request is valid the user status in the session is changed and the method will return true. If the registration process fails, an array with errors is returned associated with the respective input field. Parameters:
Redefinition of:
longestCommonSequence
string
longestCommonSequence(
string
$password
, string
$string
)
longest common sequence implementation Returns the longest common sequence of two strings. ensure that the password does not have too much in common with other provided data. longest common sequence implementation Returns the longest common sequence of two strings. may be used to ensure that the password does not have too much in common with other provided data. Parameters:
register
mixed
register(
arbitRequest
$request
)
Register user Tries to register user with the data provided in the request. Register user Tries to register user with the data provided in the request. If the registration request is valid the user status in the session is chenged and the method will return true. If the registration process fails, an array with errors is returned associated with the respective input field. Parameters:
Redefinition of:
Documentation generated on Mon, 05 Apr 2010 14:02:10 +0200 by phpDocumentor 1.4.3
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||