If the indi-allsky web interface no longer accepts your user name or password – or if you have forgotten them – you can easily reset the data.
The data is stored encrypted in a file and deleting this file resets the default values:
sudo rm -f ~/allsky/config/raspap.auth
These are as follows:
Login: admin
Password: secret
…and should of course be changed ASAP! To do this, we navigate to the installation path of indi-allsky and then enter the following command:
source virtualenv/indi-allsky/bin/activate
The user table can then be called up with this command:
./misc/usertool.py list
And then change the password for the desired user with the command:
./misc/usertool.py resetpass -u username
username must be replaced with the user name from the above table.