stable

Clone or download

Read-only

request #8084: Force user to log in if outside of network

Users should be able to browse anonymously unless they are behind a reverse proxy. Site admin can now configure a reverse proxy for anonymous mode. If users are behind the reverse proxy, they won't be able to browse anonymously the platform. Change-Id: I583ba777755d1a40b35d46ac659c7ce5432adcc9

Modified Files

Name
M site-content/en_US/admin/admin.tab +3 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +3 −0 Go to diff View file
M src/common/Config/ForgeConfig.php +24 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +30 −7 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +15 −1 Go to diff View file
M src/common/ForgeAccess/ForgeAccess.php +4 −2 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +4 −0 Go to diff View file
M src/templates/admin/anonymous/access_choice.mustache +17 −0 Go to diff View file
R tests/simpletest/common/Config/ConfigTest.php Go to diff View file
R tests/simpletest/common/Config/_fixtures/config/local.inc Go to diff View file
R tests/simpletest/common/Config/_fixtures/config/other_file.inc.dist Go to diff View file