post login data
This commit is contained in:
@ -5,5 +5,8 @@ class SessionController(WebpageController):
|
||||
def loginAction(self):
|
||||
self.serve_template("login.html", **self.template_variables())
|
||||
|
||||
def processLoginAction(self):
|
||||
self.send_redirect("/")
|
||||
|
||||
def logoutAction(self):
|
||||
self.send_redirect("logout happening here")
|
||||
|
Reference in New Issue
Block a user