From: Alexandre Emsenhuber Date: Mon, 12 Mar 2012 14:04:20 +0000 (+0000) Subject: Removed the remaining parts of "cookie password" stuff, does nothing and no longer... X-Git-Tag: 1.31.0-rc.0~24289 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=91f9e6b721f0155fcee44d78dd04e95d632bae80;p=lhc%2Fweb%2Fwiklou.git Removed the remaining parts of "cookie password" stuff, does nothing and no longer used since ages --- diff --git a/includes/User.php b/includes/User.php index c999651f46..3c4557e792 100644 --- a/includes/User.php +++ b/includes/User.php @@ -166,7 +166,7 @@ class User { var $mId, $mName, $mRealName, $mPassword, $mNewpassword, $mNewpassTime, $mEmail, $mTouched, $mToken, $mEmailAuthenticated, $mEmailToken, $mEmailTokenExpires, $mRegistration, $mGroups, $mOptionOverrides, - $mCookiePassword, $mEditCount, $mAllowUsertalk; + $mEditCount, $mAllowUsertalk; //@} /** @@ -2050,16 +2050,6 @@ class User { } } - /** - * 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 *