AccountFactory
class AccountFactory (View source)
A factory for conveniently creating new accounts
Properties
protected HashService | $hashService | ||
protected PolicyService | $policyService |
Methods
createAccountWithPassword(string $identifier, string $password, array $roleIdentifiers = [], string $authenticationProviderName = 'DefaultProvider', string $passwordHashingStrategy = 'default')
Creates a new account and sets the given password and roles
Details
Account
createAccountWithPassword(string $identifier, string $password, array $roleIdentifiers = [], string $authenticationProviderName = 'DefaultProvider', string $passwordHashingStrategy = 'default')
Creates a new account and sets the given password and roles