Adding a "login as user" button to the Django admin interface
Working on Instahero these past few days, doing mostly customer development, I’ve frequently needed to log in as a user and see what they see, so I could walk them through using Instahero, troubleshoot issues they were having, or better respond to feedback.
To achieve that, I had written a custom authentication backend that allowed me to log in as any user I needed. T