its a site that provide source code of php,javascript,mysql,ajex,css,html for different kind of tasks. it help user to solved their problem related to programing and also provide solutions of joomla , wordpress,cubrcart,drupal problems.
Tuesday, 17 January 2012
change password(admin) drupal
UPDATE users SET pass = MD5('newpassword') WHERE uid=1
No comments:
Post a Comment