因為忘記mediawiki的管理者密碼
所以找了一下幾個改變密碼的方法
UPDATE user SET user_password = MD5(CONCAT(user_id, '-', MD5('somepass'))) WHERE user_name = 'someuser';
Maintanance script
Execute this script to change the password for username to foo
php changePassword.php --user='username' --password='foo'
http://www.mediawiki.org/wiki/Manual:Resetting_passwords
沒有留言:
張貼留言