diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-21 09:40:48 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-21 09:40:48 -0500 |
| commit | 28b7a3c718cce9f2385c4315efd8da3c04b7d11b (patch) | |
| tree | ad60a2e3224960fe1cb9760867df7c3d17c5408d /docs/guides/FAQ.rst | |
| parent | 1abb8d318c2746d9f79e01299e48d9457f47e204 (diff) | |
summary of settings
Diffstat (limited to 'docs/guides/FAQ.rst')
| -rw-r--r-- | docs/guides/FAQ.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst index d7d10548..10c332dc 100644 --- a/docs/guides/FAQ.rst +++ b/docs/guides/FAQ.rst @@ -197,6 +197,17 @@ Connection/Authentication issues General tips ~~~~~~~~~~~~ +.. important:: + + Make sure of the following: + - `AUTH_RELAY` is set to hashed + - A valid `AUTH_HASH_SECRET` is provided (not empty) + - `AUTH_HASH_IPS` is disabled + - `OPT_USE_APIS` is enabled + - If you are using any version lower than ZM 1.34, `OPT_USE_GOOG_RECAPTCHA` is disabled + - If you are NOT using authentication at all in ZM, that is `OPT_USE_AUTH` is disabled, then make sure you also disable authentication in zmNinja, otherwise it will keep waiting for auth keys. + + - Disable server redirects like 302 and then try if using the mobile app - To make sure there are no connection issues, launch your **phone |
