r74547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74546‎ | r74547 | r74548 >
Date:13:34, 9 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed comment; wfEncryptPassword() is deprecated
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -63,9 +63,8 @@
6464 -- Optional 'real name' to be displayed in credit listings
6565 user_real_name varchar(255) binary NOT NULL default '',
6666
67 - -- Password hashes, normally hashed like so:
68 - -- MD5(CONCAT(user_id,'-',MD5(plaintext_password))), see
69 - -- wfEncryptPassword() in GlobalFunctions.php
 67+ -- Password hashes, see User::crypt() and User::comparePasswords()
 68+ -- in User.php for the algorithm
7069 user_password tinyblob NOT NULL,
7170
7271 -- When using 'mail me a new password', a random

Status & tagging log