Originally created by @myxor on GitHub (Mar 10, 2025).
I installed WYGIWYH via docker-compose and created a new super user via docker exec -it wygiwyh_server python manage.py createsuperuser.
After that i opened the web ui but i can not login with the email and password which i set.
I also changed the password with docker exec -it wygiwyh_server python manage.py changepassword [email] but still can not login.
I do not see anything happening in the container logs during login.
Any ideas?
Originally created by @myxor on GitHub (Mar 10, 2025).
I installed WYGIWYH via docker-compose and created a new super user via `docker exec -it wygiwyh_server python manage.py createsuperuser`.
After that i opened the web ui but i can not login with the email and password which i set.
I also changed the password with `docker exec -it wygiwyh_server python manage.py changepassword [email]` but still can not login.
I do not see anything happening in the container logs during login.
Any ideas?
When you login, do you get any errors on the login form or the page just refreshes?
Are you using https or http?
@eitchtee commented on GitHub (Mar 10, 2025):
When you login, do you get any errors on the login form or the page just refreshes?
Are you using https or http?
If you've already done what's described there, mind sharing your docker-compose and .env file? Make sure to remove any sensible information like db passwords.
@eitchtee commented on GitHub (Mar 10, 2025):
If you're using http, you might want to have a look here:
https://github.com/eitchtee/WYGIWYH?tab=readme-ov-file#running-locally
If you've already done what's described there, mind sharing your docker-compose and .env file? Make sure to remove any sensible information like db passwords.
The problem was indeed the URL config in the .env file. After i removed it i can now login.
Thanks for your help!
@myxor commented on GitHub (Mar 10, 2025):
There were no errors.
I am using HTTP in local network.
The problem was indeed the `URL` config in the .env file. After i removed it i can now login.
Thanks for your help!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @myxor on GitHub (Mar 10, 2025).
I installed WYGIWYH via docker-compose and created a new super user via
docker exec -it wygiwyh_server python manage.py createsuperuser.After that i opened the web ui but i can not login with the email and password which i set.
I also changed the password with
docker exec -it wygiwyh_server python manage.py changepassword [email]but still can not login.I do not see anything happening in the container logs during login.
Any ideas?
@eitchtee commented on GitHub (Mar 10, 2025):
When you login, do you get any errors on the login form or the page just refreshes?
Are you using https or http?
@eitchtee commented on GitHub (Mar 10, 2025):
If you're using http, you might want to have a look here:
https://github.com/eitchtee/WYGIWYH?tab=readme-ov-file#running-locally
If you've already done what's described there, mind sharing your docker-compose and .env file? Make sure to remove any sensible information like db passwords.
@myxor commented on GitHub (Mar 10, 2025):
There were no errors.
I am using HTTP in local network.
The problem was indeed the
URLconfig in the .env file. After i removed it i can now login.Thanks for your help!