By default, keep users in HTTPS with wgSecureLogin
authorcsteipp <csteipp@wikimedia.org>
Fri, 25 Jan 2013 02:14:19 +0000 (18:14 -0800)
committercsteipp <csteipp@wikimedia.org>
Fri, 25 Jan 2013 18:01:54 +0000 (10:01 -0800)
commit8c27cf63d1b9c67a87fa67d8cda000873c26e7b2
treedd0ca7a4fcfafe1db22d6c29c114634cae3e6d07
parent6d5c59d905349fe960b7dac8f95332f0f56ba0a2
By default, keep users in HTTPS with wgSecureLogin

Create an option to have the stickHTTPS checkbox set for all users.
When this option, $wgSecureLoginDefaultHTTPS, is true, all logged in
users will be default have their session stay in HTTPS, unless they
uncheck the box to return to the insecure option.

Change-Id: Ie846d2dc3ac5ea43bd76caa2f0eb5dbd65dbf181
includes/DefaultSettings.php
includes/specials/SpecialUserlogin.php