Skip to main content

Module user_management

Module user_management 

Source

Structs§

ChangeEmailConfig
Configuration for the change-email feature.
DeleteUserConfig
Configuration for the delete-user feature.
UserInfo
A plain-data snapshot of the core user fields, passed to callback hooks.
UserManagementConfig
Combined configuration for the UserManagementPlugin.
UserManagementPlugin
User self-service management plugin (change email & delete account).

Traits§

AfterDeleteUser
Hook invoked after a user has been deleted.
BeforeDeleteUser
Hook invoked before a user is deleted.
SendChangeEmailConfirmation
Custom callback for sending change-email confirmation emails.