mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
ejabberd.yml.example: Add api_permissions group for webadmin (#4249)
This commit is contained in:
parent
9a0ff13cc2
commit
a935302a19
@ -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…
Reference in New Issue
Block a user