Problem StatementWhenStrong password enforcementis enabled, Pelcro currently enforces ahardcoded minimum password length of 8 characters. This does not meet current security standards such asNIST SP 800-63B Rev. 4andOWASP ASVS v5.0, which mandate or strongly recommend aminimum of 15 charactersfor single-factor authentication.
As a Pelcro site owner or security administrator,
I want strong password enforcement to require aminimum of 15 characters,
so that new user passwords comply with modern security standards without custom development.
Update the existing Strong password enforcement feature to enforce:
Minimum password length: 15 characters
Maximum password length: 64 characters (passphrase support)
Apply enforcement consistently across:
Customer sign-up
Password reset
Password change flows
Strong password enforcement enforces a 15-character minimum for passwords
Maximum supported password length is 64 characters
Enforcement applies only to newly created or updated passwords
Existing passwords are not invalidated or forced to reset
Validation is enforced at API, UI, and SDK levels
Clear validation errors are returned when requirements are not met
Automated tests are updated or added
Security documentation is updated accordingly
Please authenticate to join the conversation.
Planned
Pelcro Product
6 days ago

Rana Haleem
Get notified by email when there are changes.
Planned
Pelcro Product
6 days ago

Rana Haleem
Get notified by email when there are changes.