summaryrefslogtreecommitdiffstats
path: root/doc/install/Troubleshooting.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-23 08:16:31 -0700
committerit33 <iantien@gmail.com>2015-10-23 08:16:31 -0700
commit0cf24be0662fb9ee2a3b52bfb8c3903bc8c32b72 (patch)
tree4116af4aeed9b7f5a51d026cf8407241dfb4ad49 /doc/install/Troubleshooting.md
parent546583dea2a20bbe740e68fb1e2263ed9b91aad7 (diff)
downloadchat-0cf24be0662fb9ee2a3b52bfb8c3903bc8c32b72.tar.gz
chat-0cf24be0662fb9ee2a3b52bfb8c3903bc8c32b72.tar.bz2
chat-0cf24be0662fb9ee2a3b52bfb8c3903bc8c32b72.zip
Update Troubleshooting.md
Diffstat (limited to 'doc/install/Troubleshooting.md')
-rw-r--r--doc/install/Troubleshooting.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
index 21839c86f..46efc61fa 100644
--- a/doc/install/Troubleshooting.md
+++ b/doc/install/Troubleshooting.md
@@ -12,5 +12,6 @@
- This error may appear when attempt to use a self-signed certificate to setup SSL, which is not yet supported by Mattermost. You can resolve this issue by setting up a load balancer like Ngnix. A ticket exists to [add support for self-signed certificates in future](x509: certificate signed by unknown authority).
##### Lost System Administrator account
- - 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"`
+ - 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.