Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
As our tech' guy has moved on I thought I'd better overwrite the admin user so I set a new username and a new password, unfortunately I now can't back into the CMS. Can anyone help!
Eric
This is what I have in my notes for resetting admin password:
In MySql:
UPDATE umbracoUser set userdisabled=0, userLogin='admin', userPassword='default' where id=0;
in web.config
search in web.config for the UsersMembershipProvider and change passwordFormat="Hashed"
into Clear:
passwordFormat="Clear"
Now you should be able to login with admin / default
Remain logged in, navigate to users page, open admin user
Revert the change in the web.config and save the web.config. Recycle app pool.
Now change the admin password by using the umbraco-client (users/administrator/reset password)
Check the database to see that the password is hashed again...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
I set a new admin user and can't get back in!
Hi
As our tech' guy has moved on I thought I'd better overwrite the admin user so I set a new username and a new password, unfortunately I now can't back into the CMS. Can anyone help!
Eric
This is what I have in my notes for resetting admin password:
In MySql:
UPDATE umbracoUser set userdisabled=0, userLogin='admin', userPassword='default' where id=0;
in web.config
search in web.config for the UsersMembershipProvider and change passwordFormat="Hashed"
into Clear:
passwordFormat="Clear"
Now you should be able to login with admin / default
Remain logged in, navigate to users page, open admin user
Revert the change in the web.config and save the web.config. Recycle app pool.
Now change the admin password by using the umbraco-client (users/administrator/reset password)
Check the database to see that the password is hashed again...
is working on a reply...