mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Increased USEREMAIL_MAX_LENGTH
(#1566)
* Minor improvements * Update CHANGELOG.md
This commit is contained in:
parent
31c901fabd
commit
c215d8fb31
4 changed files with 3 additions and 6 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', 80);
|
||||
define('USEREMAIL_MAX_LENGTH', 230);
|
||||
define('PASSWORD_MIN_LENGTH', 8);
|
||||
define('PASSWORD_MAX_LENGTH', 128);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue