-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check what happens when an "inactive" user tries to log in #38
Comments
Gene got a 404 by being redirected to /accounts/profile after logging in, but I can't seem to reproduce this behavior. Every time I log in it just reloads the current page. Mike if you get a 404 after logging in, let me know what page you were on. |
He had to make a new account during the log in. Is that why we can't reproduce the error? Cause we have established accounts? |
Could not reproduce this bug. |
Bobjin had the same error when loogign in for the first time today. The solution appears that before a first time user logs in, we must list their accounts as 'Active' in the django admin console. Brian will be our guinea pig on this, as he was the only one who hasn't since logged in yet. |
No description provided.
The text was updated successfully, but these errors were encountered: