diff options
Diffstat (limited to 'src/mod_privilege.erl')
-rw-r--r-- | src/mod_privilege.erl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mod_privilege.erl b/src/mod_privilege.erl index c334348b4..1830cb5ab 100644 --- a/src/mod_privilege.erl +++ b/src/mod_privilege.erl @@ -100,6 +100,12 @@ mod_doc() -> "It is worth noting that the permissions grant access to " "the component to a specific data type for all users of " "the virtual host on which 'mod_privilege' is loaded."), "", + ?T("Make sure you have a listener configured to connect your " + "component. Check the section about listening ports for more " + "information."), "", + ?T("WARNING: Security issue: Privileged access gives components " + "access to sensitive data, so permission should be granted " + "carefully, only if you trust a component."), "", ?T("NOTE: This module is complementary to 'mod_delegation', " "but can also be used separately.")], opts => |