From 9694876a42823e6cc0d64aec334e75f792d00c0d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 21 2015 10:32:08 +0000 Subject: Add documentation about the CHECK_SESSION_IP configuration key --- diff --git a/doc/configuration.rst b/doc/configuration.rst index 8453f31..9721329 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -285,3 +285,15 @@ Defaults to: 'static', 'pv', 'releases', 'new', 'api', 'settings', 'logout', 'login', 'users', 'groups' ] + + + +CHECK_SESSION_IP +~~~~~~~~~~~~~~~~ + +This configuration key allows to configure wether to check the user's IP +address when retrieving its session. This make things more secure but +under certain setup it might not work (for example is there are proxies +in front of the application). + +Defaults to: ``True``.