mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
ejabberd.yml.example: Add api_permissions group for webadmin (#4249)
This commit is contained in:
parent
9a0ff13cc2
commit
a935302a19
1 changed files with 5 additions and 2 deletions
|
@ -111,10 +111,13 @@ access_rules:
|
|||
|
||||
api_permissions:
|
||||
"console commands":
|
||||
from:
|
||||
- ejabberd_ctl
|
||||
from: ejabberd_ctl
|
||||
who: all
|
||||
what: "*"
|
||||
"webadmin commands":
|
||||
from: ejabberd_web_admin
|
||||
who: admin
|
||||
what: "*"
|
||||
"admin access":
|
||||
who:
|
||||
access:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue