From df26eee207d2bd96e41672a6d2f6f1319f3cea5a Mon Sep 17 00:00:00 2001 From: handongxun Date: Fri, 20 Nov 2020 11:58:49 +0800 Subject: [PATCH] =?UTF-8?q?udpate:=20uni-id-users=20password=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=20bsonType=20=E4=BF=AE=E6=94=B9=E4=B8=BA=20passowrd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-users/collection.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index 0242117..8c41fdd 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -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": {