Web Interface Password - aaronwmorris/indi-allsky GitHub Wiki
General
The initial credentials for the web interface are created during the run of the setup.sh script.
Running usertool requires the indi-allsky virtualenv.
source virtualenv/indi-allsky/bin/activate
List users
./misc/usertool.py list
Change password
The web interface password may be changed with the following commands:
./misc/usertool.py resetpass -u username
New Users
New users may be added with the following commands:
./misc/usertool.py adduser -u username
Set user as administrator
./misc/usertool.py setadmin -u username
Deactivate/lock user
./misc/usertool.py setinactive -u username
Delete Uses
./misc/usertool.py deleteuser -u username