stable

Clone or download

Read-only

request #9772: Remove the option 'Stay in HTTPS after login' on the login page

This is something that should not be the responsability of the end user. If we can access the login page in HTTPS there is no reason to explicitely switch back to HTTP after the login. The script DocmanUploader.pl is completely removed by this commit. It contains references to the option stay_in_ssl and is not usable since the moment of a CSRF protection has been introduced in the login form. Change-Id: I3009bc077bb089aa53d5ab589d05042c9d404766

Modified Files

Name
M plugins/ldap/include/LoginPresenter.class.php +0 −1 Go to diff View file
M site-content/en_US/account/account.tab +0 −1 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −1 Go to diff View file
M src/common/include/URLRedirect.class.php +2 −17 Go to diff View file
M src/common/user/LoginPresenter.class.php +0 −15 Go to diff View file
M src/common/user/LoginPresenterBuilder.php +0 −18 Go to diff View file
M src/templates/user/login.mustache +0 −6 Go to diff View file
D src/utils/DocmanUploader.pl +0 −339 Go to diff View file
M src/www/account/login.php +0 −5 Go to diff View file
M src/www/include/account.php +1 −2 Go to diff View file
M src/www/include/utils.php +1 −1 Go to diff View file
M tests/simpletest/common/include/URLRedirectTest.php +5 −47 Go to diff View file