Fixed comment; wfEncryptPassword() is deprecated

This commit is contained in:
Alexandre Emsenhuber 2010-10-09 13:34:19 +00:00
parent f916f9e25c
commit a93336d222

View file

@ -63,9 +63,8 @@ CREATE TABLE /*_*/user (
-- Optional 'real name' to be displayed in credit listings -- Optional 'real name' to be displayed in credit listings
user_real_name varchar(255) binary NOT NULL default '', user_real_name varchar(255) binary NOT NULL default '',
-- Password hashes, normally hashed like so: -- Password hashes, see User::crypt() and User::comparePasswords()
-- MD5(CONCAT(user_id,'-',MD5(plaintext_password))), see -- in User.php for the algorithm
-- wfEncryptPassword() in GlobalFunctions.php
user_password tinyblob NOT NULL, user_password tinyblob NOT NULL,
-- When using 'mail me a new password', a random -- When using 'mail me a new password', a random