🔖 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?
🏢 Have you read the Code of Conduct?
🔖 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
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?