Update WTVClientSessionData
- Hash passwords before encrypting them for slightly extra security - Backwards compatible with previous 2 methods - findAccountByUsername & setSSID - for MSNTV2 stuff
This commit is contained in:
@@ -48,8 +48,7 @@
|
||||
"show_diskmap": false, // Useful for debugging custom Diskmaps
|
||||
"unauthorized_url": "wtv-1800:/unauthorized?", // Where to send unauthorized users
|
||||
"enable_port_isolation": true, // Only respond to services on their correct ports
|
||||
"domain_name": "minisrv.local", // For MSNTV2 stuff
|
||||
"max_post_length": 20, // in megabytes
|
||||
"domain_name": "minisrv.local", // For personalizing mail and MSNTV2
|
||||
"require_valid_ssid": false, // require a valid SSID (with valid CRC)
|
||||
"user_accounts": { // user account settings
|
||||
"max_users_per_account": 6, // Max total users (including primary) per account
|
||||
|
||||
Reference in New Issue
Block a user