You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the Login page.
Hit the "Login" button with an empty form.
You'll get an Internal Server error, with this trace:
File "/Users/danvk/github/cycledash/cycledash/auth.py", line 33, in login
user = check_login(data['username'], data['password'])
UnboundLocalError: local variable 'data' referenced before assignment
The text was updated successfully, but these errors were encountered:
danvk
changed the title
Hitting Login with empty for returns Internal Server Error
Hitting Login with empty form returns Internal Server Error
Oct 16, 2015
Go to the Login page.
Hit the "Login" button with an empty form.
You'll get an Internal Server error, with this trace:
The text was updated successfully, but these errors were encountered: