By mdequanter on
Can someone help me? I was using the administrator account on adrupal 6.5 on 2 computers. Suddenly I was not able to do anything on the site.
Now I cannot login on my system with the administrator account.
When I take a look at the users table, I do not find a user uid nr. 1. So I do not know how to reset or unlock the administrator account.
Has anyone any Idea? Thanks for your support.
Kind regards,
Maarten
Comments
=-=
http://drupal.org/node/314522 = found using search http://drupal.org/search/apachesolr_search/deleted%20administrator
update your installations to drupal 6.10 and investigate the userprotect.module
Problem solved
Thanks for your message.
The solution for me was updating another user account as administrator. This is done by this query : UPDATE users SET uid = 1 WHERE name = 'otheruser'