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.
149 stars
3 watching
15 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
djangodjango-applicationdjango-authenticationdjango-user
Related projects:
Repository | Description | Stars |
---|---|---|
| Allows visitors to interact with a website without requiring registration. | 75 |
| Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 637 |
| An application that enables staff to impersonate other users by logging in with their credentials. | 159 |
| A Django project that simplifies the use of inherited models by automatically downcasting and providing features for filtering, querying, and combining models. | 1,665 |
| Allows Django admin users to log in as other users with customizable permissions and URL redirects. | 365 |
| An app that allows using email addresses as usernames for user authentication in Django projects | 71 |
| Allows administrators to impersonate and work on behalf of other users without needing their credentials. | 1,549 |
| A Django application providing user registration functionality. | 976 |
| A Django package providing WordPress models and views to read the database of a WordPress installation. | 357 |
| Allows dynamic configuration of Django applications | 1,733 |
| A Django app that stores model history and allows view/revert changes from the admin site. | 2,233 |
| Provides declarative model lifecycle hooks as an alternative to Django's built-in Signals | 1,356 |
| Provides an improved URL selector to choose between internal models and external URLs in Django applications. | 51 |
| A web application framework with built-in wiki functionality | 1,838 |
| A Django project providing an abstract model and admin interface for tree-based data structures. | 690 |