Local
class Local extends Singleton implements ISource
The regular internal authentication source
Does not exist in the database. Stores passwords as hashes in the Account object.
Properties
| static private | $instances | from Singleton |
Methods
bool
static void
SetPassword(Account $account, string $password)
Hashes and sets the given password on a given account
Details
in
Singleton at line 35
__construct()
Construct the singleton for use.
This can be overriden if it requires more arguments
at line 14
bool
VerifyAccountPassword(Account $account, string $password)
Verify the password given
at line 31
static void
SetPassword(Account $account, string $password)
Hashes and sets the given password on a given account