Hi,
Is it possible to resetup superuser via Add Root Link?
Thanks,
Lluís
It seems you have no tags attached to pages. To attach a tag simply click on the tags button at the bottom of any page.
Hi,
Is it possible to resetup superuser via Add Root Link?
Thanks,
Lluís
No, it's not supported. You'll probably have to do it from django shell. In the next wikipbx version you'll be able to access DB from admin inerface autogenerated by django in such cases.
What exactly are you trying to achieve?
Setup a new superuser because I dropped wikipbx database and lost superuser information; I you could send me a manual process to do that on mysql it would help me a lot.
If you've dropped the whole database, you should be able to create a new user by clicking "Add root" link as usual. Just make sure you've created DB with "./manage.py syncdb" command first. I thought you wanted to edit settings for existing root user which would have to be done manually.
Yes!!! It works!!
Thank you very much
Lluís