mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Additional max lengths for user properties
This commit is contained in:
parent
e8c8975f13
commit
fe01a9f15e
1 changed files with 8 additions and 0 deletions
|
@ -96,8 +96,16 @@ function getDefaultConfig() {
|
|||
usernameMin : 2,
|
||||
usernameMax : 16, // Note that FidoNet wants 36 max
|
||||
usernamePattern : '^[A-Za-z0-9~!@#$%^&*()\\-\\_+]+$',
|
||||
|
||||
passwordMin : 6,
|
||||
passwordMax : 128,
|
||||
|
||||
realNameMax : 32,
|
||||
locationMax : 32,
|
||||
affilsMax : 32,
|
||||
emailMax : 255,
|
||||
webMax : 255,
|
||||
|
||||
requireActivation : true, // require SysOp activation?
|
||||
invalidUsernames : [],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue