-
Notifications
You must be signed in to change notification settings - Fork 47
Web Interface Password
Aaron W Morris edited this page May 18, 2023
·
6 revisions
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
./misc/usertool.py list
The web interface password may be changed with the following commands:
./misc/usertool.py resetpass -u username
New users may be added with the following commands:
./misc/usertool.py adduser -u username
./misc/usertool.py setadmin -u username
./misc/usertool.py setinactive -u username
./misc/usertool.py deleteuser -u username