-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
enhancementNew feature or requestNew feature or requestproduct / authFixes and upgrades for the Appwrite Auth / Users / Teams services.Fixes and upgrades for the Appwrite Auth / Users / Teams services.
Description
🔖 Feature description
Configuring password policy which will be enforced for basic authentication registration
🎤 Pitch
As an admin, I’d like to have an option to set requirement for a password policy so when user registering To the system, he will have to fulfill the minimal requirement.
as for phase 0 this can be implemented like
{
minLength: number,
requireSpecialChar: []string,
requireNumber:boolean,
requireCapital: boolean
}
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestproduct / authFixes and upgrades for the Appwrite Auth / Users / Teams services.Fixes and upgrades for the Appwrite Auth / Users / Teams services.