mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-19 07:15:04 +01:00
Document Permissions and other Docs Improvments
This commit is contained in:
@@ -200,13 +200,16 @@ python /home/allianceserver/myauth/manage.py migrate
|
||||
supervisorctl restart myauth:
|
||||
```
|
||||
|
||||
## Permissions on Auth
|
||||
## Permissions
|
||||
|
||||
To enable the mumble service for users on Auth you need to give them the `access_mumble` permission. This permission is often added to the `Member` state.
|
||||
To use this service, users will require some of the following.
|
||||
|
||||
```eval_rst
|
||||
.. note::
|
||||
Note that groups will only be created on Mumble automatically when a user joins who is in the group.
|
||||
+---------------------------------------+------------------+--------------------------------------------------------------------------+
|
||||
| Permission | Admin Site | Auth Site |
|
||||
+=======================================+==================+==========================================================================+
|
||||
| mumble.access_mumble | None | Can Access the Mumble Service |
|
||||
+---------------------------------------+------------------+--------------------------------------------------------------------------+
|
||||
```
|
||||
|
||||
## ACL configuration
|
||||
@@ -296,4 +299,4 @@ Edit `authenticator.ini` and change (or add for older installs) This code block.
|
||||
avatar_enable = True
|
||||
;Get EvE avatar images from this location. {charid} will be filled in.
|
||||
ccp_avatar_url = https://images.evetech.net/characters/{charid}/portrait?size=32
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user