mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
udpate: uni-id-users password 字段 bsonType 修改为 passowrd
This commit is contained in:
parent
874c1a7711
commit
df26eee207
@ -12,18 +12,13 @@
|
||||
"description": "用户名,不允许重复"
|
||||
},
|
||||
"password": {
|
||||
"bsonType": "string",
|
||||
"bsonType": "password",
|
||||
"title": "密码",
|
||||
"description": "密码,加密存储",
|
||||
"component": {
|
||||
"name": "input",
|
||||
"props": {
|
||||
"type": "password"
|
||||
}
|
||||
}
|
||||
"description": "密码,加密存储"
|
||||
},
|
||||
"password_secret_version": {
|
||||
"bsonType": "int",
|
||||
"title": "passwordSecret",
|
||||
"description": "密码使用的passwordSecret版本"
|
||||
},
|
||||
"nickname": {
|
||||
|
Loading…
Reference in New Issue
Block a user