Methods |
public
|
_verify_conf(ConfigurationContext $ctx): bool
Configuration verification
Configuration verification
Parameters
|
#
|
public
|
_create(): bool|null
Post-account creation
Post-account creation
Configuration is imported via Auth::profile()->conf
|
#
|
public
|
_delete(): bool|null
Fired before an account is deleted
Fired before an account is deleted
Configuration is imported via Auth::profile()->conf
|
#
|
public
|
_edit(): bool|null
Fired after service metadata change
Fired after service metadata change
Configuration is imported via Auth::profile()->conf
|
#
|
public
|
_create_user(string $user): mixed
Hook called after a user is created
Hook called after a user is created
|
#
|
public
|
_delete_user(string $user): mixed
Hook called before a user is deleted
Hook called before a user is deleted
|
#
|
public
|
_edit_user(string $userold, string $usernew, array $oldpwd): mixed
Hook called after a user is edited
Hook called after a user is edited
|
#
|