Fixed seed bonus accrual (#1518)

* Fixed seed bonus accrual

* Update CHANGELOG.md

* Updated
This commit is contained in:
Roman Kelesidis 2024-06-17 20:50:08 +07:00 committed by GitHub
commit 40b341cb62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 28 additions and 13 deletions

View file

@ -282,7 +282,7 @@ define('SID_LENGTH', 20);
define('LOGIN_KEY_LENGTH', 32);
define('USERNAME_MIN_LENGTH', 3);
define('USERNAME_MAX_LENGTH', 30);
define('USEREMAIL_MAX_LENGTH', 50);
define('USEREMAIL_MAX_LENGTH', 80);
define('PASSWORD_MIN_LENGTH', 8);
define('PASSWORD_MAX_LENGTH', 128);