Skip to content

Users

Starting a new project, it's highly recommended to set up a custom user model, even if the default User model is sufficient for you.

This model behaves identically to the default user model, but you'll be able to customize it in the future if the need arises.

User Model

The custom user model is defined in prismio.users.models.

Features

  • Custom user fields and methods
  • Integration with django-allauth for authentication
  • Support for multi-factor authentication (MFA)
  • Audit logging of user changes