summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/intranet-setup.rst
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/doc/source/intranet-setup.rst')
-rw-r--r--askbot/doc/source/intranet-setup.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/askbot/doc/source/intranet-setup.rst b/askbot/doc/source/intranet-setup.rst
index 224ffb89..2711b376 100644
--- a/askbot/doc/source/intranet-setup.rst
+++ b/askbot/doc/source/intranet-setup.rst
@@ -12,3 +12,10 @@ Please change the following settings in your ``settings.py`` file::
In addition, in the "live settings":
* disable gravatar in "settings->User settings"
+
+If you would like to password/protect your site
+(achievable via "access control settings" -> "allow only registered users..."),
+and at the same time be able to have some dedicated service
+to read your site without authentication, add
+IP addresses of that service to a tuple ``ASKBOT_INTERNAL_IPS``
+in your ``settings.py`` file.