LILiK login and user managment web interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Andrea Cimbalo aa229e8dde add hostObject class to new users 6 years ago
static permit password change 7 years ago
.gitignore api works, admin check not implemented yet 8 years ago
README.md build instructions 8 years ago
config.py.sample api works, admin check not implemented yet 8 years ago
lilikusers.py add hostObject class to new users 6 years ago
requirements.txt build instructions 8 years ago
server.py use log path that exists 7 years ago
utils.py add new user api, fix previous api 7 years ago

README.md

build instructions

virtualenv env --python=python3
source env/bin/activate
pip install -r requirements.txt
python server.py