django-hijack
Impersonation tool
Allows administrators to impersonate and work on behalf of other users without needing their credentials.
With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.
2k stars
23 watching
177 forks
Language: Python
last commit: 1 day ago
Linked from 2 awesome lists
djangodjango-hijackpython
Related projects:
Repository | Description | Stars |
---|---|---|
avallbona/impostor | An authentication system that allows authorized users to impersonate others using their own credentials. | 159 |
collective/collective.impersonate | Allows administrators to temporarily assume another user's identity and permissions for testing or verification purposes. | 6 |
dmpayton/django-admin-honeypot | A fake admin login screen to log and notify admins of unauthorized access attempts | 1,026 |
jambonrose/django-improved-user | A custom Django user model that improves on the default by making international and modern changes to simplify login and authentication. | 148 |
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 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 866 |
skorokithakis/django-loginas | Allows Django admin users to log in as other users with customizable permissions and URL redirects. | 366 |
404labfr/laravel-impersonate | A package that allows authenticating as other users in a Laravel application | 2,024 |
hackassistant/hackassistant | A Django-based registration server for hackathons with features like email sign up, verification, and password recovery. | 6 |
assem-ch/django-jet-reboot | Reboots Django Jet to support modern Django versions and Python releases | 418 |
soynatan/django-easy-audit | Tracks every action taken by users in a Django application | 743 |
mfcovington/django-taggit-helpers | Provides helper classes and tools to work with Django admin pages of models associated with django-taggit tags | 30 |
django-fluent/django-fluent-dashboard | A custom admin dashboard module for Django projects with improved functionality and customization options. | 333 |
caffeinehit/django-oauth2-provider | Provides OAuth2 authentication capabilities for Django applications. | 337 |