humanmade / humanmade/altis-security
Minimum password strength does not apply when logging in
Open
to refine
- Dominant language
- PHP
- Stars
- 10
- Forks
- 1
- Avg merge
- 5d 20h
- Merged PRs (30d)
- 9
Description
The [minimum password strength](https://docs.altis-dxp.com/v13/security/minimum-password-strength/) configuration only applies when a user attempts to change their password. This means it's possible for a user to retain a weak password despite the minimum strength setting being increased.
Ideally the minimum password strength check should also be performed at the point where a user successfully logs in, and if their password is too weak they should be required to perform a password reset before being able to proceed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.