summaryrefslogtreecommitdiff
path: root/views/signup.pug
AgeCommit message (Collapse)Author
35 hoursSimplify form post actions.HEADmasterTor Andersson
Put account management pages under "/account" URL prefix. Set logged in user in res.locals for use in pug templates. Tweak verification flow. Require password to change name and mail. Show user statistics on profile (use pug mixin). Remove "api" prefix on many routes.
2025-01-18Use Altcha to hinder bots spamming account creation.Tor Andersson
2025-01-18Require mail to be verified to enable notifications.Tor Andersson
2023-12-12Improve login page.Tor Andersson
2023-12-10Embellish signup page.Tor Andersson
2022-10-05Add checkbox for mail notifications on signup page.Tor Andersson
2022-05-10Set type=email on mail fields in various form.Tor Andersson
2021-12-07Small cleanups.Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson