I did something very stupid.... I locked myself out.
It's not that i dont know the password. I have edited the rights of the admin account.
I thought i was edititing the rights of a user but was modiying my own administrator rights.
Does anyone know how i can reset my rights to default ?
Hi Alex, Thank you very much for replying. But the problem isn't that is forgot my password. I edited my own rights in stead of the user i wanted to edit. So i can log in i just don't have access to the developers / users panel etc.
Check the sql table umbracoUser2App. It's two columns, the first represents your user id, and the second represent the application (section) id. Add all the app id's to your user id. (You find the users in the umbracoUser table.)
Locked myself out
I did something very stupid.... I locked myself out. It's not that i dont know the password. I have edited the rights of the admin account. I thought i was edititing the rights of a user but was modiying my own administrator rights. Does anyone know how i can reset my rights to default ?
Best Regards, Jaco Steketee
Hi Jaco,
You can change password via database or use great package from Richard Soeteman:
https://our.umbraco.org/projects/developer-tools/umbraco-admin-reset/
Thanks,
Alex
Hi Alex, Thank you very much for replying. But the problem isn't that is forgot my password. I edited my own rights in stead of the user i wanted to edit. So i can log in i just don't have access to the developers / users panel etc.
Hi Jaco.
Check the sql table umbracoUser2App. It's two columns, the first represents your user id, and the second represent the application (section) id. Add all the app id's to your user id. (You find the users in the umbracoUser table.)
Thanks very much. That was the solution. I added users to the table and from there it worked great again :)
Thank you very much
Awesome Jaco!
Glad I could help! Have a great day!
Take care! :)
is working on a reply...