mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Make activate key lenght configurable
This commit is contained in:
parent
0f08b4ea41
commit
e1fb41e558
3 changed files with 5 additions and 4 deletions
|
@ -274,8 +274,9 @@ define('SHOW_PEERS_NAMES', 2);
|
|||
define('SHOW_PEERS_FULL', 3);
|
||||
|
||||
define('SEARCH_ID_LENGTH', 12);
|
||||
define('ACTKEY_LENGHT', 32);
|
||||
define('SID_LENGTH', 20);
|
||||
define('LOGIN_KEY_LENGTH', 12);
|
||||
define('LOGIN_KEY_LENGTH', 32);
|
||||
define('USERNAME_MAX_LENGTH', 25);
|
||||
define('USEREMAIL_MAX_LENGTH', 40);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue