Pēteris Caune
|
fc1db22ec7
|
Fix JS error in the login page when REGISTRATION_OPEN=False
|
2023-07-02 15:29:41 +03:00 |
|
Pēteris Caune
|
b62faf5bd0
|
Clean up promise chaining in signup.js
|
2023-02-15 09:41:15 +02:00 |
|
Pēteris Caune
|
c8750ad05b
|
Fix the signup form to work with httpOnly CSRF cookies
|
2023-02-14 14:20:27 +02:00 |
|
Pēteris Caune
|
e46cf3725b
|
Add CSRF protection in the signup view
|
2023-02-14 09:15:46 +02:00 |
|
Pēteris Caune
|
4351287c62
|
Fix the signup form to prevent multiple concurrent form submits
|
2022-10-14 12:34:05 +03:00 |
|
Pēteris Caune
|
ca392c07ce
|
Eliminate jQuery usage in the login page
|
2022-06-08 09:46:51 +03:00 |
|
Pēteris Caune
|
548b2ac33c
|
Update the signup form to collect browser's timezone
|
2021-05-24 14:38:12 +03:00 |
|
Pēteris Caune
|
1cdb6e6d1d
|
Don't set CSRF cookie on first visit. Signup is exempt from CSRF protection.
|
2019-12-06 08:58:32 +02:00 |
|
Pēteris Caune
|
4625196ded
|
Autofocus the email field in the signup form, and submit on enter key
|
2019-10-12 20:22:28 +03:00 |
|
Pēteris Caune
|
41a0871452
|
Generate usernames as uuid3(const, email). Prevents multiple accts with the same email. Prevent double-clicking the submit button in signup form. Fixes #290
|
2019-09-30 16:40:45 +03:00 |
|
Pēteris Caune
|
72d608902d
|
Fix JS to construct correct URLs when running from a subdirectory. Fixes #273
|
2019-08-12 23:29:32 +03:00 |
|
Pēteris Caune
|
9214265136
|
Separate sign up and login forms.
|
2018-10-12 10:55:15 +03:00 |
|