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:
|
api_permissions:
|
||||||
"console commands":
|
"console commands":
|
||||||
from:
|
from: ejabberd_ctl
|
||||||
- ejabberd_ctl
|
|
||||||
who: all
|
who: all
|
||||||
what: "*"
|
what: "*"
|
||||||
|
"webadmin commands":
|
||||||
|
from: ejabberd_web_admin
|
||||||
|
who: admin
|
||||||
|
what: "*"
|
||||||
"admin access":
|
"admin access":
|
||||||
who:
|
who:
|
||||||
access:
|
access:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue