Index: branches/wmf/1.18wmf1/includes/Title.php |
— | — | @@ -1854,7 +1854,10 @@ |
1855 | 1855 | |
1856 | 1856 | # Always grant access to the login page. |
1857 | 1857 | # 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 | + ) { |
1859 | 1862 | return true; |
1860 | 1863 | } |
1861 | 1864 | |
Property changes on: branches/wmf/1.18wmf1/includes/Title.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1862 | 1865 | Merged /branches/REL1_18/phase3/includes/Title.php:r105537 |