Erin Spiceland wrote:
The user_name was not capitalized. When I did that, it recognizes the new user now (thanks so much!) but I can't log in. Does mediawiki add some string to the password before hashing it? or hash it twice or something?
[snip]
update user set user_password=md5(concat(user_id,'-',md5('wonko'))) where user_name='Blargy';
You mean, like this? :)
-- brion vibber (brion @ pobox.com)