Victims of Military abductions surfaced due to Writ of Amparo
Full text of the writ of Amparo can be found here

Printed copies available, email rbahaguejr [at] gmail [dot] com

Tuesday, July 24, 2007

Changing user 1 in drupal

I usually forgot the first user password in drupal installations. If you encounter such problem, login to your mysql database and execute in SQL;

update users set pass=md5('NEWPASSWORD') where uid = 1

No comments: