django-improved-user

User model

A custom Django user model that improves on the default by making international and modern changes to simplify login and authentication.

A custom Django user that authenticates via email. Follows identity and authentication best practices.

GitHub

149 stars
3 watching
15 forks
Language: Python
last commit: 15 days ago
Linked from 1 awesome list

djangodjango-applicationdjango-authenticationdjango-user

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
julianwachholz/django-guest-user Allows visitors to interact with a website without requiring registration. 75
jazzband/django-user-sessions Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. 637
avallbona/impostor An application that enables staff to impersonate other users by logging in with their credentials. 159
jazzband/django-polymorphic A Django project that simplifies the use of inherited models by automatically downcasting and providing features for filtering, querying, and combining models. 1,665
skorokithakis/django-loginas Allows Django admin users to log in as other users with customizable permissions and URL redirects. 365
jmfederico/django-use-email-as-username An app that allows using email addresses as usernames for user authentication in Django projects 71
django-hijack/django-hijack Allows administrators to impersonate and work on behalf of other users without needing their credentials. 1,549
macropin/django-registration A Django application providing user registration functionality. 976
jcarbaugh/django-wordpress A Django package providing WordPress models and views to read the database of a WordPress installation. 357
jazzband/django-constance Allows dynamic configuration of Django applications 1,733
jazzband/django-simple-history A Django app that stores model history and allows view/revert changes from the admin site. 2,233
rsinger86/django-lifecycle Provides declarative model lifecycle hooks as an alternative to Django's built-in Signals 1,354
edoburu/django-any-urlfield Provides an improved URL selector to choose between internal models and external URLs in Django applications. 51
django-wiki/django-wiki A web application framework with built-in wiki functionality 1,838
fabiocaccamo/django-treenode A Django project providing an abstract model and admin interface for tree-based data structures. 690