The admins configuration option
There are some features of Prosody which are generally for use only by the owner of the server, or of a select group of administrators.
Prosody allows you to specify who is an administrator using the
admin
option in the configuration file.
For example:
= { "me@example.com", "trustedperson1@example.net" } admins
Each host can have a different set of admins (simply put the option into the correct host’s section).
See also:
- Roles and permissions: an overview of roles and permissions in Prosody
- mod_authz_internal: The module which conerts the configuration option to role assignments