Hello I was trying to change a user password and now that users pass is not working mw: 1.13rc1 mysql: 5
i ran: UPDATE user SET user_password = MD5(CONCAT(user_id, '6', MD5('test'))) WHERE user_name = 'Testuser'; in a mysql commandline. which said that 1 field was updated. However now i can't login with the new or old password. What can i do?
Thanks, Matt
You can the changePassword maintenance script.
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Long Sent: Friday, August 08, 2008 10:47 AM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] change password
Hello I was trying to change a user password and now that users pass is not working mw: 1.13rc1 mysql: 5
i ran: UPDATE user SET user_password = MD5(CONCAT(user_id, '6', MD5('test'))) WHERE user_name = 'Testuser'; in a mysql commandline. which said that 1 field was updated. However now
i can't login with the new or old password. What can i do?
Thanks, Matt
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
worked perfectly! thanks.. wonder why searching the web for this came up empty. Matt
Christensen, Courtney wrote:
You can the changePassword maintenance script.
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Long Sent: Friday, August 08, 2008 10:47 AM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] change password
Hello I was trying to change a user password and now that users pass is not working mw: 1.13rc1 mysql: 5
i ran: UPDATE user SET user_password = MD5(CONCAT(user_id, '6', MD5('test'))) WHERE user_name = 'Testuser'; in a mysql commandline. which said that 1 field was updated. However now
i can't login with the new or old password. What can i do?
Thanks, Matt
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I was unsuccessful upgrading to 1.12 from 1.9.3 and ended up doing a clean install. I have a MySQL dump of the 1.9.3 database. Can I import it into 1.12?
--- Don Begley Managing Director Santa Fe Complex 624 Agua Fria Santa Fe, NM 87501
www.sfcomplex.org 505-216-7562 505.670.9432 (cell)
Don Begley wrote:
I was unsuccessful upgrading to 1.12 from 1.9.3 and ended up doing a clean install. I have a MySQL dump of the 1.9.3 database. Can I import it into 1.12?
You can load the tables into the MySQL database and then run the update.php script in the maintenance directory (info in the file UPGRADE you'll find in the wiki's root directory). Delete the v1.12 tables first to avoid problems.
Mike
Thanks, Mike.
On Aug 9, 2008, at 11:12 AM, Michael Daly wrote:
Don Begley wrote:
I was unsuccessful upgrading to 1.12 from 1.9.3 and ended up doing a clean install. I have a MySQL dump of the 1.9.3 database. Can I import it into 1.12?
You can load the tables into the MySQL database and then run the update.php script in the maintenance directory (info in the file UPGRADE you'll find in the wiki's root directory). Delete the v1.12 tables first to avoid problems.
Mike
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org