Age | Commit message (Expand) | Author | Lines |
2023-07-07 | move footer to layout1.32.10 | Birte Kristina Friesel | -2/+0 |
2022-11-21 | registration page: accounts will be notified before inactivity deletion | Daniel Friesel | -6/+8 |
2022-03-07 | limit password length to 10000 characters | Daniel Friesel | -2/+2 |
2021-04-20 | attempt to prevent registration spam1.19.11 | Daniel Friesel | -0/+1 |
2019-04-30 | show imprint/privacy/version on all public-facing pages1.0 | Daniel Friesel | -0/+2 |
2019-04-30 | Implement deletion of inactive accounts | Daniel Friesel | -1/+1 |
2019-04-30 | Move invalid input errors into common sub-template | Daniel Friesel | -59/+1 |
2019-04-02 | register: Explicitly state that the account was not created | Daniel Friesel | -1/+2 |
2019-04-02 | login, register; Do not doule-nest row/col classes | Daniel Friesel | -37/+35 |
2019-03-11 | Allow two regstration attempts per mail | Daniel Friesel | -0/+5 |
2019-03-09 | registration form: note that user name must be alphanumeric | Daniel Friesel | -1/+1 |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -3/+3 |
2019-03-08 | do not allow multiple pending registrations for one mail0.05 | Daniel Friesel | -1/+1 |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -2/+2 |
2019-03-06 | working registration and verification | Daniel Friesel | -0/+4 |
2019-03-05 | register: Add simple client-side validation | Daniel Friesel | -4/+4 |
2019-03-05 | registration: more error handling | Daniel Friesel | -9/+42 |
2019-03-04 | Use proper Mojolicious input fields (-> no need to re-type everything on errors) | Daniel Friesel | -4/+4 |
2019-03-04 | prepare registration support | Daniel Friesel | -4/+30 |
2019-03-02 | implement user/password/csrf checks for login form | Daniel Friesel | -0/+16 |
2019-02-22 | prepare account support | Daniel Friesel | -0/+38 |