This article describes how to change your account password and the Baserow requirements for a password.
When you create a new Baserow account, you will be required to create a password with a minimum of 8 characters is required. Once you’ve added a password, you’ll be able to access your Baserow account using your email address and password.
Open your Baserow account page to find your password information. To change your password,
To recover your password, fill out the forgot password form with your email address. If an account is discovered, we will email you a link to reset your password.
If you’re running Baserow locally with Docker and don’t have email configured, the reset link will appear in your container logs instead:
docker logs [container_name]
Quick search commands:
docker logs [container_name] | grep "reset-password"
docker logs [container_name] | findstr "reset-password"
docker logs [container_name] | Select-String "reset-password"
Contact support for questions about Baserow or help with your account.