# Functions
NewManager creates a new Manager instance.
# Constants
PasswordMinEntropyBits represents the minimum amount of entropy bits required for a password.
# Variables
ErrInvalidDeleteUserCode indicates that the delete user code provided is not valid.
ErrInvalidPassword indicates that the password provided is not valid.
ErrInvalidPasswordResetCode indicates that the password reset code provided is not valid.
ErrNotFound indicates that the user does not exist.
# Structs
Manager provides an API to manage users.
ManagerMock is a mock implementation of the UserManager interface.