Commit Graph

54 Commits (9904d05fbf2a84872fa3b2be54eb3f140b7aa699)

Author SHA1 Message Date
Daniel Supernault dd6e3cc290
Update RegisterController, update username constraints, require atleast one alpha char 10 months ago
Daniel Supernault 8a89e3c963
Update captcha, use config_cache helper 1 year ago
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 1 year ago
Daniel Supernault 0325e17115
Update LoginController, fix captcha validation error message 1 year ago
Daniel Supernault c53894fe16
Add Parental Controls feature 1 year ago
Daniel Supernault a6d10f0389
Update RegisterController 2 years ago
Daniel Supernault 221ddce0fa
Update login form, allow admins to enable captcha after X failed attempts. Admins can set the number of attempts before captcha is shown, default is 2 attempts before captcha is required 2 years ago
Daniel Supernault c071c7195e
Update login/register views and captcha config, enable login or register captchas or both 2 years ago
Daniel Supernault 0ab5b96a00
Update ResetPasswordController, add captcha support, improve security and a new redesigned view 2 years ago
Daniel Supernault f6e7ff649e
Update ForgotPasswordController, add captcha support, improve security and a new redesigned view 2 years ago
Daniel Supernault 1bbee6d07b
Update RegisterController, improve max_users calculation and add kb page to redirect to if conditions are met 2 years ago
Robert von Burg 7e8938d749
[Fix] Don't count inactive accounts for registration blocking 2 years ago
Daniel Supernault d4c967de98
Update RegisterController, store client ip during registration 2 years ago
Daniel Supernault 50ab2e2039
Add cloud ip bans to BouncerService 2 years ago
Daniel Supernault 9bbd6dcd23
Update v1.1 api, add post moderation endpoint 2 years ago
Daniel Supernault 8803c6de3d
Update ResetPasswordController redirectToo path to /i/web as /home is deprecated 3 years ago
Daniel Supernault 042c5b6c33
Improve onboarding 3 years ago
Daniel Supernault e503a8da85
Update RegisterController 3 years ago
Daniel Supernault 6bf92bed27
Update LoginController, bump decayMinutes from 1 to 60 3 years ago
Rodrigo Fonseca 31330e0aed
Fix starting check of username to allow numbers.
The check for the first letter of username used to be !ctype_alpha, but the error message says "Must start with a letter or number." Updated check to be !ctype_alnum, to be coherent with the error message.
4 years ago
Daniel Supernault 27b722e7a7
Update config() to config_cache() 4 years ago
Daniel Supernault 082c1ccb26
Add hCaptcha 4 years ago
Daniel Supernault 78a8798ace
Update RegisterController, fixes #2436 4 years ago
delthas 09479c02ca Make the minimum user password length configurable
Previously, all passwords had to be at least 12 characters long.

Some users use a slightly shorter password, so some instances could wish
to reduce the password length limit to a slightly lesser value.

This makes the minimum password length configurable in the .env file,
with the MIN_PASSWORD_LENGTH variable, that defaults to 12 to keep the
previous behaviour by default.
5 years ago
Daniel Supernault 3b7ff030f2
Update RegisterController 5 years ago
dx7 913bf77ba4
Improve email validation error for restricted emails 5 years ago
dx7 693f530326
Improve username validation error for restricted names 5 years ago
Daniel Supernault 5bcb43a673
Update RegisterController, fix CI bug 5 years ago
Daniel Supernault 14ba350ba3
Fix postgres bugs 5 years ago
Daniel Supernault fa8e0dca4d
Update RegisterController 5 years ago
Daniel Supernault d11e82c3d9
Update landing page, add age check 6 years ago
Daniel Supernault 64950748cf
Update RegisterController 6 years ago
Daniel Supernault f22a4b2d75
Update RegisterController, bump min password length from 6 to 8 6 years ago
Daniel Supernault b885cccd6b
Update Auth controller 6 years ago
Shleeble d61c48c62b
Update RegisterController.php 6 years ago
Shleeble 7953be29fe
Update LoginController.php 6 years ago
Daniel Supernault 89bd8f9653
Update LoginController 6 years ago
Daniel Supernault 2b76db6421
Update LoginController 6 years ago
Daniel Supernault 12995989c4
Add max user limit 6 years ago
Daniel Supernault e39f88f6c6
Bump version to 0.7.1 6 years ago
Daniel Supernault c6b1164620
Update AuthLogin 7 years ago
Daniel Supernault edd62b2712
Update RegisterController 7 years ago
Daniel Supernault 9403749d9a
Add closed registration message instead of 403 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 7 years ago
Daniel Supernault b7c7757cff
Update RegisterController 7 years ago
Marcin Mikołajczak a1588a82c1
Merge branch 'dev' into maxlength 7 years ago
Daniel Supernault 7e78f63ff5
Update RegisterController 7 years ago
Daniel Supernault bde6c0f1ff Update LoginController 7 years ago
Marcin Mikołajczak 994aed0752 Add info about max bio length, make names length customizable
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Daniel Supernault 92939ed867 Add recaptcha to login/register form 7 years ago