Index: trunk/phase3/HISTORY |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | without having to move LocalSettings.php |
69 | 69 | * The FailFunction "error handling" method has now been removed |
70 | 70 | * $wgAdditionalMailParams added to allow setting extra options to mail() calls. |
71 | | -* $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS |
| 71 | +* $wgSecureLogin to optionaly login using HTTPS |
72 | 72 | * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed |
73 | 73 | with $wgPasswordSender |
74 | 74 | * Sysops now have the "suppressredirect" right by default |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3107,11 +3107,6 @@ |
3108 | 3108 | * @since 1.17 |
3109 | 3109 | */ |
3110 | 3110 | $wgSecureLogin = false; |
3111 | | -/** |
3112 | | - * Default for 'use secure login' checkbox |
3113 | | - * @since 1.17 |
3114 | | - */ |
3115 | | -$wgSecureLoginStickHTTPS = false; |
3116 | 3111 | |
3117 | 3112 | /** @} */ # end user accounts } |
3118 | 3113 | |