enBloc-org / kindly

Open source repository for the development of Kindly
GNU General Public License v3.0
18 stars 21 forks source link

Password strength enforcing 🔑 #374

Closed camelPhonso closed 1 week ago

camelPhonso commented 2 weeks ago

Expected Behavior

Our password restrictions should be enforced via the supabase service. Passwords must have a minimum character count, include special characters and numbers as well as capitalised and lower cap letters..

Current Behavior

The password strength has been enforced at a more relaxed setting for initial tests.

Any other notes

This is something that needs to be verified on the staging database settings for release. It's a setting accessible by the core team on the click up so this ticket is here as a marker for when we reach redeployment on main.

Assignment

This issue is free for anyone to take

camelPhonso commented 1 week ago

This issue refers to a setting in the deployed supabase project. The configuration has been updated on the console and doesn't require changes to the code - this ticket is here to document that change.

I'm marking this as done following this adjustment on supabase ✨