summaryrefslogtreecommitdiff
path: root/templates/register.html.ep
AgeCommit message (Expand)AuthorLines
2021-04-20attempt to prevent registration spam1.19.11Daniel Friesel-0/+1
2019-04-30show imprint/privacy/version on all public-facing pages1.0Daniel Friesel-0/+2
2019-04-30Implement deletion of inactive accountsDaniel Friesel-1/+1
2019-04-30Move invalid input errors into common sub-templateDaniel Friesel-59/+1
2019-04-02register: Explicitly state that the account was not createdDaniel Friesel-1/+2
2019-04-02login, register; Do not doule-nest row/col classesDaniel Friesel-37/+35
2019-03-11Allow two regstration attempts per mailDaniel Friesel-0/+5
2019-03-09registration form: note that user name must be alphanumericDaniel Friesel-1/+1
2019-03-08add password manager hints to login/registration formsDaniel Friesel-3/+3
2019-03-08do not allow multiple pending registrations for one mail0.05Daniel Friesel-1/+1
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-2/+2
2019-03-06working registration and verificationDaniel Friesel-0/+4
2019-03-05register: Add simple client-side validationDaniel Friesel-4/+4
2019-03-05registration: more error handlingDaniel Friesel-9/+42
2019-03-04Use proper Mojolicious input fields (-> no need to re-type everything on errors)Daniel Friesel-4/+4
2019-03-04prepare registration supportDaniel Friesel-4/+30
2019-03-02implement user/password/csrf checks for login formDaniel Friesel-0/+16
2019-02-22prepare account supportDaniel Friesel-0/+38