django-loginas

"Log in as user" for the Django admin.

BSD-3-CLAUSE License

Stars
367
Committers
36
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.3.8 Latest Release

Published by skorokithakis almost 5 years ago

Feature

  • Remove six and Py2 support (7efa30e695f1e33b53a6253ad3932b1b95d23147)

Fix

  • Don't crash when session doesn't exist (#86) (fea9ae50882dbd84f8c2c6143c3ceb99b87cc04e)
  • catch ImproperlyConfigured exc in user_login view (#85) (497540c8c7020b8067f84a47a6b61232538e62e8)
  • Add PermissionDenied support for can_login_as (#84) (0525348f3b9229215ba455085389b36af585b8ee)
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.3.7

Published by skorokithakis over 5 years ago

Feature

  • Drop Python 2 support (bdb249ffe552dac6375143ba0e497c23ecc8f417)

Fix

  • Don't require the messages framework (#80) (154c0a0da7451dfb74e06aee0204b25fed6a3448)
django-loginas -

Published by skorokithakis over 5 years ago

Fix

  • Fix "null value in column user_id" when switching back to original user (#78)
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.3.4

Published by skorokithakis over 6 years ago

django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.3.2

Published by skorokithakis over 7 years ago

django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.3.1

Published by skorokithakis over 7 years ago

Fix

  • Configurable logout redirect url via LOGINAS_LOGOUT_REDIRECT_URL (#49)
  • Do not update user.last_login, overridable via LOGINAS_UPDATE_LAST_LOGIN (#48)
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.3.0

Published by skorokithakis almost 8 years ago

Feature

  • Add french translation (#43)

Fix

  • Rename MESSAGE_LOGIN_REVERT to LOGINAS_MESSAGE_LOGIN_REVERT.
  • ability set tags on messages and a minor compatibility fix (#47)
  • Remove signer error logging (#45)
  • Remove user session flag on logout (#42)
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.2.2

Published by skorokithakis over 8 years ago

Fix

  • Support custom User models with customized username fields. (#36)
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.2.1

Published by skorokithakis over 8 years ago

Fix

  • fix login message for unicode username (#35)
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.2.0

Published by skorokithakis over 8 years ago

Feature

  • After logging in as a user, restore to the previous user again when logging out.

Fix

  • Escape early if a backend is not found.
django-loginas - https://github.com/skorokithakis/django-loginas/releases/tag/v0.1.10

Published by skorokithakis over 8 years ago

Fix

  • Disallow logging in as superusers.
django-loginas - Fix template for custom User models.

Published by skorokithakis over 11 years ago

Badges
Extracted from project README
PyPI version
Related Projects