TeamsACS
TeamsACS copied to clipboard
How to create user?
I tried following both the docker compose installation and manual installation guides.
Both result in not being able to login with the default admin/teamsacs user stating the User does not exist.
After following the manual installation guide I looked at the PostgreSQL database and it seems to be created properly, however I cannot see users at all in tables sys_opr, sys_config, net_node, sys_opr_log.
Add the environment variable TEAMSACS_WEB_DEBUG=1 to /lib/systemd/system/teamsacs.service and then the admin/teamsacs creds will work.
but new users disappear after the Docker container restarts