add and resolve todos

This commit is contained in:
Jakob Ketterl
2021-02-09 00:47:09 +01:00
parent 7aa0f8b35d
commit 779aa33a4a
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class SessionController(WebpageController):
if data["user"] in userlist:
user = userlist[data["user"]]
if user.is_enabled() and user.password.is_valid(data["password"]):
# TODO evaluate password force_change and redirect to password change
key = SessionStorage.getSharedInstance().startSession({"user": user.name})
cookie = SimpleCookie()
cookie["owrx-session"] = key