Lost password to Account on Self Hosted Baserow instance

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

1.30.1 is the version I have used

If you are self-hosting, which installation method do you use to run Baserow?

Docker compose has been used to set this up

What are the exact steps to reproduce this issue?

I have lost the login password for my baserow instance due to an issue with my PC and as such I am unable to log into my instance. I dont have SMTP setup to enable that sort of recovery so is there a method using CLI commands or anything?

I think your best bet is to run Django command changepassword. With docker compose you should be able to execute something like docker compose exec backend /baserow/backend/docker/docker-entrypoint.sh bash -c "django-admin changepassword youruser@example.com"

For me it gave the error “no configuration file provided: not found”