By redrider on
I cannot log into my site - I tried to use the send new password function on the login page but it doesn't seem to work.
I am the Admin and I need to get back in - please help
I cannot log into my site - I tried to use the send new password function on the login page but it doesn't seem to work.
I am the Admin and I need to get back in - please help
Comments
Can you access the database?
Can you access the database? I must admit, I'm a Joomla developer, getting used to Drupal. But my guess is that you can change it in the database in the 'users' table.
if you can execute SQL in
if you can execute SQL in anyway this
update users set pass=md5('NEWPASS') where uid = 1;will set your new password
Thank you - I'm in now
Thank you - I'm in now