diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-21 09:46:53 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-21 09:46:53 -0500 |
| commit | 15fbabb40520ab898a2be9eecf588aac8a1ba882 (patch) | |
| tree | 221e0e7c66dbc6c8b7713b29d2d1ccc55a4b3911 /docs/guides/FAQ.rst | |
| parent | 28b7a3c718cce9f2385c4315efd8da3c04b7d11b (diff) | |
typos, formatting
Diffstat (limited to 'docs/guides/FAQ.rst')
| -rw-r--r-- | docs/guides/FAQ.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst index 10c332dc..59ec54b3 100644 --- a/docs/guides/FAQ.rst +++ b/docs/guides/FAQ.rst @@ -197,15 +197,15 @@ 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. +.. important:: + Make sure you have the following settings in ZM: + + - ``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 |
