Strapi password policy (Admin auth)

Is there a way to update the password policy (must be at least 8 characters etc…) from at least 8 characters to 12 characters?? Please help…

This topic has been created from a Discord post (1264927210310074398) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

What even are the default rules?

minimum 8 characters

asaik there is, but it’s not recommended to change the default user fields, which is why they’re locked.
Personally, I have implemented my own checks in the frontend, it works like a charm. I can help you do that if you want.