Skip to content

🚀 Feature: Ability to configure password policy #3182

@yonarbel

Description

@yonarbel

🔖 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestproduct / authFixes and upgrades for the Appwrite Auth / Users / Teams services.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions