mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
perf: 支持授权给管理员查看和下载用户证书
This commit is contained in:
@@ -37,3 +37,12 @@ export class UserEmailSetting extends BaseSettings {
|
||||
|
||||
list:string[] = [];
|
||||
}
|
||||
|
||||
|
||||
|
||||
export class UserGrantSetting extends BaseSettings {
|
||||
static __title__ = "用户授权设置";
|
||||
static __key__ = "user.grant";
|
||||
|
||||
allowAdminViewCerts:boolean = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user