django-disguise

Disguise into an arbitrary user in your Django powered site without knowing its password and without losing the original session!


Keywords
admin-tools, authentication, disguise, disguise-plugin, django, login-as, python, su, user-switch, user-switcher, user-switching
License
MIT
Install
pip install django-disguise==1.2.0

Documentation

django-disguise

Travis CI building status Code coverage status PyPI release Wheel Status Supported Python versions Supported Django versions Documentation Status

This application allows a site superuser (or some staff user authorized for the action) to disguise into an arbitrary user without knowing its password and without losing the original session.

  • See the full documentation on RTFD.
  • Look it in action on the DEMO site.