Skip to content
Snippets Groups Projects
Commit 2df75de5 authored by David Baker's avatar David Baker
Browse files

Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs

parents b084e4d9 56aae0ea
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ class PasswordRestServlet(RestServlet):
defer.returnValue((401, result))
user_id = None
requester = None
if LoginType.PASSWORD in result:
# if using password, they should also be logged in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment