| package | Gems |
|---|---|
| subpackage | User |
| copyright | Copyright (c) 2011 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.5 |
canResetPassword(\Gems_User_User $user = null) : boolean
Returns the setting for the definition whan no user is passed, otherwise returns the answer for this specific user.
\Gems_User_UserOptional, the user whose password might change
booleancanSetPassword(\Gems_User_User $user = null) : boolean
Returns the setting for the definition whan no user is passed, otherwise returns the answer for this specific user.
\Gems_User_UserOptional, the user whose password might change
booleangetAuthAdapter(\Gems_User_User $user, $password) : \Zend_Auth_Adapter_Interface
\Gems_User_User
\Zend_Auth_Adapter_InterfacegetPasswordResetKey(\Gems_User_User $user) : string
\Gems_User_UserThe user to create a key for.
stringgetResetKeyDurationInHours() : integer
integergetUserData(string $login_name, integer $organization) : array
string
integer
arrayOf data to fill the user with.hasPassword(\Gems_User_User $user) : boolean
\Gems_User_UserThe user to check
booleanisStaff() : boolean
Used only when the definition does not return a user_staff field.
booleansetPassword(\Gems_User_User $user, string $password) : \Gems_User_UserDefinitionInterface
\Gems_User_UserThe user whose password to change
string
\Gems_User_UserDefinitionInterface(continuation pattern)