Added provider into user model as it seems to be required for SSO.

This commit is contained in:
ByoungYong Kim 2018-10-08 13:16:28 +02:00
parent ebd60f93cc
commit 12cc6d6039

View File

@ -18,6 +18,10 @@
"configurable": false,
"required": true
},
"provider": {
"type": "string",
"configurable": false
},
"password": {
"type": "password",
"minLength": 6,