Elgg  Version master
Public Member Functions | List of all members
Elgg\PAM\User\Password Class Reference

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...
 

Detailed Description

PAM handler to authenticate a user based on username/password Used for the 'user' policy.

Since
4.3

Definition at line 14 of file Password.php.

Member Function Documentation

Elgg\PAM\User\Password::__invoke ( array  $credentials)

Authenticate a user.

Parameters
array$credentialsthe user credentials
Returns
bool
Exceptions
LoginException

Definition at line 24 of file Password.php.


The documentation for this class was generated from the following file: