How to change minimum password length for self hosted #7181
Answered
by
dshukertjr
christianfl
asked this question in
Questions
|
Hello! I recently installed Supabase as a self hosted version in Docker. I want to set the minimum password length but cannot find how to do that in the docs. I guess it should be a key in the .env file like the other things: Can someone tell me how to do that? Thats in advance, |
Answered by
dshukertjr
Jun 7, 2022
Replies: 2 comments 4 replies
|
Hi @christianfl! You should be able to configure minimum password length with |
1 reply
Answer selected by
christianfl
|
Can you reset the minimum password length on the managed supabase service or is this option only available in self-hosted Supabase? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @christianfl!
You should be able to configure minimum password length with
GOTRUE_PASSWORD_MIN_LENGTHenvironment variable. I found it on the readme of gotrue.