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.

GitHub

2k stars
23 watching
179 forks
Language: Python
last commit: 3 months ago
Linked from 2 awesome lists

djangodjango-hijackpython

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
avallbona/impostor An application that enables staff to impersonate other users by logging in with their 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,031
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. 149
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
django-admin-tools/django-admin-tools Extends Django's admin interface with a customizable dashboard and navigation menu 868
skorokithakis/django-loginas Allows Django admin users to log in as other users with customizable permissions and URL redirects. 365
404labfr/laravel-impersonate A package that allows authenticating as other users in a Laravel application 2,041
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 423
soynatan/django-easy-audit Tracks every action taken by users in a Django application 752
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. 335
caffeinehit/django-oauth2-provider Provides OAuth2 authentication capabilities for Django applications. 336