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

mikeaja’s picture

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.

watcha’s picture

if you can execute SQL in anyway this
update users set pass=md5('NEWPASS') where uid = 1;

will set your new password

redrider’s picture

Thank you - I'm in now