dataforge Posted November 2, 2015 Share Posted November 2, 2015 i went into my user accounts and i had one account with full administrator. I needed to change its email address. I changed the email address, but also accidently changed it from full admin to sales support. it saved, and then i was not able to access any admin functions. now i have no admin. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted November 3, 2015 Share Posted November 3, 2015 change it from PHPMyAdmin or by using a SQL query like: UPDATE `tbladmins` SET `roleid`='1' WHERE `username`='Type-Your-Username-Here'; 0 Quote Link to comment Share on other sites More sharing options...
dataforge Posted November 3, 2015 Author Share Posted November 3, 2015 change it from PHPMyAdmin or by using a SQL query like: UPDATE `tbladmins` SET `roleid`='1' WHERE `username`='Type-Your-Username-Here'; That works thank you! Still, this shouldn't be allowed to happen. thanks! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.