summaryrefslogtreecommitdiff
path: root/templates/login.html.ep
AgeCommit message (Expand)AuthorLines
2019-05-16Further color improvementsmarudor-5/+5
2019-04-30show imprint/privacy/version on all public-facing pages1.0Daniel Friesel-0/+2
2019-04-30Move invalid input errors into common sub-templateDaniel Friesel-27/+1
2019-04-29Add password reset functionalityDaniel Friesel-0/+11
2019-04-02login, register; Do not doule-nest row/col classesDaniel Friesel-30/+28
2019-03-10oopsDaniel Friesel-1/+1
2019-03-10redirect users after login to protected pageDaniel Friesel-0/+3
2019-03-09show separate errors for 'invalid credentials' and 'not confirmed yet'Daniel Friesel-2/+6
2019-03-08add password manager hints to login/registration formsDaniel Friesel-2/+2
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