From c5aff7d1541e847bfbee55f1ea0a81134f104653 Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Thu, 10 Apr 2014 22:35:24 +0200 Subject: [PATCH] adding user levels to faq --- docs/faq.rst | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 85bf7ea3..e1d75e49 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -3,6 +3,26 @@ Frequently Asked Questions ========================== + +Users ++++++ + +What are the differences between the user levels? +----------------------------------------------- + +There are 2 user levels available: regular user and administrator. + +Administrators: +* Manage servers. +* Manage users. +* Edit global configuration. + +Regular users: +* View the status of their assigned servers. +* View the history and logs of their assigned servers. +* Run the updater on their assigned servers. + + Configuration +++++++++++++ @@ -24,4 +44,4 @@ The second part is the actual message. There are a few variables you can use in * %LABEL% - The name of the server * %IP% - The ip of the server * %PORT% - The port of the server -* %ERROR% - This one only works for the off_* messages and contains the error returned by the monitor +* %ERROR% - This one only works for the off_* messages and contains the error returned by the monitor \ No newline at end of file