https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113623
Revision: 113623
Author: ialex
Date: 2012-03-12 14:04:20 +0000 (Mon, 12 Mar 2012)
Log Message:
-----------
Removed the remaining parts of "cookie password" stuff, does nothing and no
longer used since ages
Modified Paths:
--------------
trunk/phase3/includes/User.php
Modified: trunk/phase3/includes/User.php
===================================================================
--- trunk/phase3/includes/User.php 2012-03-12 13:12:23 UTC (rev 113622)
+++ trunk/phase3/includes/User.php 2012-03-12 14:04:20 UTC (rev 113623)
@@ -166,7 +166,7 @@
var $mId, $mName, $mRealName, $mPassword, $mNewpassword, $mNewpassTime,
$mEmail, $mTouched, $mToken, $mEmailAuthenticated,
$mEmailToken, $mEmailTokenExpires, $mRegistration, $mGroups,
$mOptionOverrides,
- $mCookiePassword, $mEditCount, $mAllowUsertalk;
+ $mEditCount, $mAllowUsertalk;
//@}
/**
@@ -2051,16 +2051,6 @@
}
/**
- * Set the cookie password
- *
- * @param $str String New cookie password
- */
- private function setCookiePassword( $str ) {
- $this->load();
- $this->mCookiePassword = md5( $str );
- }
-
- /**
* Set the password for a password reminder or new account email
*
* @param $str String New password to set
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs