PHP Class Kimai_Auth_Kimai

Inheritance: extends Kimai_Auth_Abstract
Afficher le fichier Open project: kimai/kimai Class Usage Examples

Méthodes publiques

Méthode Description
authenticate ( string $username, string $password, integer &$userId ) : boolean
forgotPassword ( string $name ) : string
resetPassword ( string $username, string $password, string $key ) : array

Method Details

authenticate() public méthode

public authenticate ( string $username, string $password, integer &$userId ) : boolean
$username string
$password string
$userId integer
Résultat boolean

forgotPassword() public méthode

public forgotPassword ( string $name ) : string
$name string
Résultat string

resetPassword() public méthode

public resetPassword ( string $username, string $password, string $key ) : array
$username string
$password string
$key string
Résultat array