Saturday, February 13, 2016

Re: Can't log in with multiple users

Problem solved... I just used two different browsers (Safari, Firefox, etc.) to run separate sessions of my Django app. This allows me to log in with my standard user using one browser, and I can then log in with the admin superuser using the second browser. I'm sure there is a way to workaround this issue with a MiddleWare class, but this is the quick and easy fix for now. 

Thanks!

On Saturday, February 13, 2016 at 12:50:34 PM UTC-5, Jason wrote:
Please help! I have a Django app that uses django-redux for registration/login/logout tasks, and I am now having a problem with only being able to sign into the app with one user account at a time. I need to be able to allow "multiple" users to log in, including the admin account, at the same time. Thank you for any assistance you can offer!!!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e729383d-8797-4d75-af7a-6dd69c6dd064%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment