Snapshot install does not ask for superuser username password, so can not log in as admin
  • Hi

    I have installed latest snapshot.  (08.01.15) During the installation process, the configuration script did not ask me to create a superuser/admin username and password, so I am not able to log in as admin in Booktype.  I had the same problem with yesterdays snapshot.

    How can I fix this?  I am in Ubuntu 14.04
  • 1 Comment sorted by
  • Hi!

    Clearly, I am too late with useful answer but when it comes to Booktype 2.0 superuser account is created with:
      ./manage.py createsuperuser

    manage.py script is located where project was installed. For the Booktype 1.6 it is:
      django-admin.py createsuperuser

    Aco