mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-10 14:00:50 +08:00
use new permissions system for users api
This commit is contained in:
parent
fffc259eb0
commit
3b645d39f3
2 changed files with 865 additions and 765 deletions
|
@ -10,6 +10,13 @@
|
||||||
"authentication": {
|
"authentication": {
|
||||||
"create:any": ["*"],
|
"create:any": ["*"],
|
||||||
"read:any": ["*"]
|
"read:any": ["*"]
|
||||||
|
},
|
||||||
|
|
||||||
|
"users": {
|
||||||
|
"create:any": ["*"],
|
||||||
|
"read:any": ["*"],
|
||||||
|
"update:any": ["*"],
|
||||||
|
"delete:any": ["*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
1623
lib/api/users.js
1623
lib/api/users.js
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue