r106275 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106274‎ | r106275 | r106276 >
Date:23:01, 14 December 2011
Author:tstarling
Status:ok
Tags:
Comment:
MFT r105428: Special:PasswordReset can not be used on a private wiki
Modified paths:
  • /branches/wmf/1.18wmf1/includes/Title.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/Title.php
@@ -1854,7 +1854,10 @@
18551855
18561856 # Always grant access to the login page.
18571857 # Even anons need to be able to log in.
1858 - if ( $this->isSpecial( 'Userlogin' ) || $this->isSpecial( 'ChangePassword' ) ) {
 1858+ if ( $this->isSpecial( 'Userlogin' )
 1859+ || $this->isSpecial( 'ChangePassword' )
 1860+ || $this->isSpecial( 'PasswordReset' )
 1861+ ) {
18591862 return true;
18601863 }
18611864
Property changes on: branches/wmf/1.18wmf1/includes/Title.php
___________________________________________________________________
Modified: svn:mergeinfo
18621865 Merged /branches/REL1_18/phase3/includes/Title.php:r105537

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105428(bug 32473) [[Special:PasswordReset]] can not be used on private wiki...hashar14:25, 7 December 2011

Status & tagging log