django-hijack

With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.

MIT License

Downloads
298.5K
Stars
1.4K
Committers
76

Bot releases are visible (Hide)

django-hijack - 2.1.2

Published by jvamvas about 8 years ago

  • Django 1.10 compatibility
  • Drop support for Django 1.7 (might still work, but tests are allowed to fail)
  • Add template filter request|is_hijacked
  • Improve error handling in notification template tag
django-hijack - 2.1.1

Published by jvamvas over 8 years ago

django-hijack - 2.1.0

Published by jvamvas over 8 years ago

  • Make hijacking via POST a default requirement
  • Introduce a setting HIJACK_ALLOW_GET_REQUESTS
  • Move Django admin integration to a separate package as it depends on GET (https://github.com/arteria/django-hijack-admin)
    • If you currently use the admin integration, follow the instructions there when upgrading
    • The setting HIJACK_DISPLAY_ADMIN_BUTTON is not used anymore.
  • Pass request to signals
  • Tests for custom decorators
django-hijack - 2.0.8

Published by jvamvas over 8 years ago

  • Fix end-of-hijack session cleanup code
  • Don't save hijacked user at login; disconnect update_last_login instead
  • Avoid encoding error in setup.py
django-hijack - 2.0.7

Published by jvamvas over 8 years ago

django-hijack - 2.0.3

Published by walterrenner almost 9 years ago

  • Use pk to access the User primary key
django-hijack - 2.0.2

Published by walterrenner almost 9 years ago

  • Use pk to access the User primary key
django-hijack - 2.0.1

Published by jvamvas almost 9 years ago

  • Remove django-sessioninfo as a dependency
django-hijack - 2.0.0

Published by jvamvas almost 9 years ago

django-hijack - 1.0.10

Published by philippeowagner almost 9 years ago

  • Bugfixes
  • Allow hijacking users with negative IDs
django-hijack - 1.0.9

Published by walterrenner about 9 years ago

  • allow email usernames in login_with_username
  • dropped support for django 1.5
django-hijack - 1.0.8

Published by philippeowagner over 9 years ago

  • Added RemoteUser support, for more information see the FAQ
  • Fixed hide button to redirects to correct full path
  • Custom hijack function

NOTE: Be careful using the new custom hijack function, this can cause serious security vulnerabilities!

django-hijack - 1.0.7

Published by walterrenner over 9 years ago

Security update.
We recommend you to update django-hijack to the latest version.

  • HTML tags, are now rendered with escaping
django-hijack - 1.0.6

Published by walterrenner over 9 years ago

  • Do not allow staff users to hijack superusers
  • Add setting to choose which user attributes can be used for hijacking a user
  • Use a more liberal/naive approach to regex checking for an email
  • Code cleanup
  • Check staff status against logged in user instead the user being hijacked (bugfix)
  • Only include 'disable-hijack-warning' url if HIJACK_NOTIFY_ADMIN is enabled
django-hijack - 1.0.5

Published by philippeowagner over 9 years ago

  • Fixed error in dependency
  • Correct classifiers in setup.py
django-hijack - 1.0.4

Published by philippeowagner over 9 years ago

  • Python3 support
  • Travis CI Testing

Find django-hijack also on PyPI.

django-hijack - 1.0.3

Published by walterrenner almost 10 years ago