summaryrefslogtreecommitdiff
path: root/templates/login.html.ep
AgeCommit message (Expand)AuthorLines
2019-03-08Logout: Use a POST form as it's a stateful actionDaniel Friesel-1/+7
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-2/+2
2019-03-06working registration and verificationDaniel Friesel-1/+25
2019-03-05enable form validation for login pageDaniel Friesel-2/+2
2019-03-04Use proper Mojolicious input fields (-> no need to re-type everything on errors)Daniel Friesel-2/+2
2019-03-03add logout linkDaniel Friesel-0/+16
2019-03-02implement user/password/csrf checks for login formDaniel Friesel-8/+44
2019-02-22prepare account supportDaniel Friesel-0/+18