udpate: uni-id-users password 字段 bsonType 修改为 passowrd

This commit is contained in:
handongxun 2020-11-20 11:58:49 +08:00
parent 874c1a7711
commit df26eee207

View File

@ -12,18 +12,13 @@
"description": "用户名,不允许重复" "description": "用户名,不允许重复"
}, },
"password": { "password": {
"bsonType": "string", "bsonType": "password",
"title": "密码", "title": "密码",
"description": "密码,加密存储", "description": "密码,加密存储"
"component": {
"name": "input",
"props": {
"type": "password"
}
}
}, },
"password_secret_version": { "password_secret_version": {
"bsonType": "int", "bsonType": "int",
"title": "passwordSecret",
"description": "密码使用的passwordSecret版本" "description": "密码使用的passwordSecret版本"
}, },
"nickname": { "nickname": {