summaryrefslogtreecommitdiff
path: root/templates/register.html.ep
AgeCommit message (Collapse)AuthorLines
2025-07-18Add localization support.Birte Kristina Friesel-9/+9
Right now, only two languages are supported, and only a fraction of strings are already translated. There's also quite a bunch of todos left where strings are assembled in the Model, which has no access to localization functions. But that's something for iterative refinement over the next months, and (especially when it comes to adding languages and translation strings to templates) merge requests. Squashed commit of the following: commit 67d756f3bd167003907c8357126630dd7c1a3cfa Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 19:53:56 2025 +0200 more translations commit 8cb0d65e70e42180419a5dd7634d332e65488dd4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 18:54:12 2025 +0200 sme more translations commit ff12f010380914f9461966f2ef8ac6b303712ee4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 18:53:31 2025 +0200 Add language selection to account page commit 9bf27132cbf2f87bca5af564914d96a57045ecc1 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 16:42:28 2025 +0200 Translate footer components commit 90c2c6505e933848268ed9c5bbe21e0b459cd72a Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 16:16:50 2025 +0200 Use Accept-Language header if user has no preferred languages commit 814cb4a4dd4017606829ecc6b6c70822bf52a30e Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 16:11:19 2025 +0200 Add list of preferred languages to user settings commit 731b789855914cb94ec091604e32aa68a678404a Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 15:33:42 2025 +0200 Localization with Locale::Maketext WiP, no suitable foundation for merge requests yet. Still todo: * override Accept-Language header via account settings * Adjust all the templates and frontend javascript Related to #223
2024-11-01fix typo in "Nutzungsbedingungen"Jyrki Gadinger-1/+1
2024-10-16Add terms of service andpoint; reference it from registration and login formsBirte Kristina Friesel-0/+5
2023-07-07move footer to layout1.32.10Birte Kristina Friesel-2/+0
2022-11-21registration page: accounts will be notified before inactivity deletionDaniel Friesel-6/+8
2022-03-07limit password length to 10000 charactersDaniel Friesel-2/+2
that should be sufficient…
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