mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
can't create a new user #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lucanori on GitHub (Jan 21, 2025).
hello, after a clean install on my system, and no errors on logs, when i try to access the service on the local ip i get redirected to /login/?next=/, in which i am asked to enter login credentials. but i've never set my login credentials, it's a clean install. if i try to enter email and password i would like to use, i just get the error you can see in the screenshot.
i tried to delete everything in the db folder, even tried delete the docker images and redeploy with the empty db folder but i still couldn't get to user registration. am i missing something that needs to be done in the setup?
@eitchtee commented on GitHub (Jan 21, 2025):
You have to create a superuser before logging in:
In the same folder where the docker-compose for WYGIWYH is, type:
docker compose exec -it web python manage.py createsuperuserYou will them be prompted to inform an e-mail and password.
This is documented here (the last line)
@eitchtee commented on GitHub (Jan 21, 2025):
Closing this. You can reopen if the problem persists.
Hope you like the app.