* WIP on user groups

* Minor changes to user credential prompt
This commit is contained in:
Bryan Ashby
2015-05-11 16:39:28 -06:00
parent ca3453ecfb
commit a7f9e3846e
8 changed files with 145 additions and 37 deletions

View File

@@ -1,14 +1,18 @@
{
"userCredentials" : {
"art" : "USERCRED",
"art" : "usercred",
"mci" : {
"ET1" : {
"argName" : "username"
"argName" : "username",
"width" : 15,
"maxLength" : "@config:users.usernameMax"
},
"ET2" : {
"submit" : true,
"argName" : "password",
"password" : true
"submit" : true,
"argName" : "password",
"password" : true,
"width" : 15,
"maxLength" : "@config:users.passwordMax"
}
}
},