mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Fixed seed bonus accrual (#1518)
* Fixed seed bonus accrual * Update CHANGELOG.md * Updated
This commit is contained in:
parent
5d56517504
commit
40b341cb62
10 changed files with 28 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue