oncall
oncall copied to clipboard
Is there a way to create users locally without having to put them in via mysql?
would like to be able to create users locally with DB, and not have to use MYSQL to input the new users. We don't want to integrate to company LDAP server, instead local authentication with encrypted password stored in DB. Local authentication module also should be plugged and configured to use before start.
Thank you in advance!
There is the project oncall-admin which provides a web interface to administrate oncall users: https://github.com/dwang159/oncall-admin (I had issues to get it working with recent python version, is looks pretty outdated).