|
Elgg
Version master
|
PAM handler to authenticate a user based on username/password Used for the 'user' policy. More...
Public Member Functions | |
| __invoke (array $credentials) | |
| Authenticate a user. More... | |
PAM handler to authenticate a user based on username/password Used for the 'user' policy.
Definition at line 14 of file Password.php.
| Elgg\PAM\User\Password::__invoke | ( | array | $credentials | ) |
Authenticate a user.
| array | $credentials | the user credentials |
| LoginException |
Definition at line 24 of file Password.php.