We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For accident I removed myself and I am not able to administrate my site. What can I do? @Datawalke Can you help me with this please?
The text was updated successfully, but these errors were encountered:
Maybe a bit late, but it just happened to me today.
You have to reset the permissions in the database with this command :
update users set permission='a:5:{i:0;s:6:"create";i:1;s:4:"read";i:2;s:6:"update";i:3;s:6:"delete";i:4;s:5:"admin";}' where username = 'USERNAME';
Do not forget to change the username ;) And it should work again.
Sorry, something went wrong.
@florentsuc Thank you for jumping in on this! @mahas I'll try to work a feature in to account for this in the future.
@mahas Thanks. By the way, a simple confirm box would be great :-)
@Datawalke @florentsuc Thank You!
Datawalke
No branches or pull requests
For accident I removed myself and I am not able to administrate my site. What can I do?
@Datawalke Can you help me with this please?
The text was updated successfully, but these errors were encountered: