django-lot icon indicating copy to clipboard operation
django-lot copied to clipboard

Option to not log in if already logged in

Open mitchelljkotler opened this issue 8 years ago • 0 comments

I have the problem that users will open multiple tabs from links in emails with login tokens, causing multiple logins, which invalidates the CSRF token. When they try to submit a form from any but the last tab open, they get a CSRF error. Only logging in if the user is not currently logged in would resolve this.

mitchelljkotler avatar Dec 12 '16 16:12 mitchelljkotler