Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Admin account lost ?
Hello,
I am a newcomer to Vanilla. I managed to set up the application on my host, then i logged in through my web-browser giving the user:Admin password:Admin combination. Once connected i headed to the Account section and had my username and password modified. Next i begun creating categories and discussions, those got stored as expected..
At some point i logged out, and now i cannot log in again, my new admin username and passord being rejected..
I may have mistyped the password, but whatever happened.. how can i gain access to my admin account again ?
oh and i can t get it mailed as the mail server doesnt seem to be configured
0
This discussion has been closed.
Comments
(this assumes you're using Vanilla 0.9.2.6)
update LUM_User set Username = 'Admin', Password = md5('Admin') where UserID = 1;