summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-27 08:54:24 -0700
committerit33 <iantien@gmail.com>2015-10-27 08:54:24 -0700
commit95c464b167a6b1324bb829271b89e88900e278a2 (patch)
treec9a51f047539a832c16187cbfd3aff89e40763a2 /doc/install
parentbfb53fc3e0c365d0d25e085c0506844de1db7574 (diff)
downloadchat-95c464b167a6b1324bb829271b89e88900e278a2.tar.gz
chat-95c464b167a6b1324bb829271b89e88900e278a2.tar.bz2
chat-95c464b167a6b1324bb829271b89e88900e278a2.zip
Create Administration.md
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Administration.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/install/Administration.md b/doc/install/Administration.md
new file mode 100644
index 000000000..06151d81f
--- /dev/null
+++ b/doc/install/Administration.md
@@ -0,0 +1,12 @@
+# Administration
+
+This document provides instructions for common administrator tasks
+
+##### Creating System Administrator account from commandline
+ - If the System Administrator account becomes unavailable, a person leaving the organization for example, you can set a new system admin from the commandline using `./platform -assign_role -team_name="yourteam" -email="you@example.com" -role="system_admin"`.
+ - After assigning the role the user needs to log out and log back in before the System Administrator role is applied.
+
+##### Deactivating a user
+
+ - Team Admin or System Admin can go to **Main Menu** > **Manage Members** > **Make Inactive** to deactivate a user, which removes them from the team.
+ - To preserve audit history, users are never deleted from the system. It is highly recommended that System Administrators do not attempt to delete users manually from the database, as this may compromise system integrity and ability to upgrade in future.