You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @serkonda7, thank you for bringing this to our attention. It seems that your user has not been created as the email address is invalid. However, the install script kept running as normal because we do not check the exit value of django's createsuperuser command. This is indeed an oversight. The team will work on it and open a PR to resolve it.
In the meantime, you can manually create the superuser. Please run the following command from the same directory as your docker-compose.yml file:
docker compose exec backend poetry run python manage.py createsuperuser
This will open an interactive menu where you can enter valid credentials for the superuser.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/intuitem/ciso-assistant-community.git
./docker-compose.sh
foo
as email and any passworddocker compose up
foo
as email in the login formExpected behavior
Either accept malformed mails on login or check when creating the superuser too.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: