mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-06 20:05:58 +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": {
|
||||
"create: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