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.
148 stars
3 watching
15 forks
Language: Python
last commit: 23 days ago
Linked from 1 awesome list
djangodjango-applicationdjango-authenticationdjango-user
Related projects:
Repository | Description | Stars |
---|---|---|
julianwachholz/django-guest-user | Allows visitors to interact with a website without requiring registration. | 74 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |
avallbona/impostor | An authentication system that allows authorized users to impersonate others using their own 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,654 |
skorokithakis/django-loginas | Allows Django admin users to log in as other users with customizable permissions and URL redirects. | 366 |
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,544 |
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. | 356 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
jazzband/django-simple-history | Automatically tracks changes to Django models and allows reverting changes from the admin interface. | 2,215 |
rsinger86/django-lifecycle | Provides declarative model lifecycle hooks as an alternative to Django's built-in Signals | 1,357 |
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,834 |
fabiocaccamo/django-treenode | A Django project providing an abstract model and admin interface for tree-based data structures. | 679 |