remove the allowed_users setting that isn't ready for primetime

This commit is contained in:
Stephen Birarda 2014-10-09 11:31:30 -07:00
parent 68dffabd5e
commit bfaf96dbf5

View file

@ -59,20 +59,6 @@
"type": "password",
"help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it.",
"value-hidden": true
},
{
"name": "allowed_users",
"type": "table",
"label": "Allowed Users",
"help": "A list of usernames for the High Fidelity users you want to allow into your domain. Users not found in this list will not be allowed to connect.",
"numbered": false,
"columns": [
{
"name": "username",
"label": "Username",
"can_set": true
}
]
}
]
},