m |
m |
||
Line 12: | Line 12: | ||
'''3'''. Click on the '''SQL tab''' at the top of the page. In the text field enter the following SQL query: | '''3'''. Click on the '''SQL tab''' at the top of the page. In the text field enter the following SQL query: | ||
− | + | ''update users set pass=md5(‘NEWPASS’) where uid = 1;'' | |
You can '''replace “NEWPASS”''' with your new Drupal administrative password. | You can '''replace “NEWPASS”''' with your new Drupal administrative password. |