I’ve installed Taiga using Docker and created my superuser account without any issues. However, I can’t find the section in the interface that allows me to create new users.
Is it possible to create users directly from the web interface, or is it only possible via command line?
I was able to access /admin, but it redirects me to the Django administration panel. However, when I try to log in with the superuser I created, I get the following error:
Forbidden (403)
CSRF verification failed. Request aborted.
[…] This site requires a CSRF cookie when submitting forms. This cookie is needed for security purposes to ensure that the browser has not been hijacked.
Do you have any idea what might be causing this?
Thanks in advance!