Open nqb opened 6 years ago
agree with upper and digits, we should be careful with special characters since some less techie users (like guests) may not be able to get it right, so we should keep it simple yet secure.
Agree, the best will be to have a configurable password policy.
First thing to have: mininum and maximum size of passwords generated by PF. Currently, they are hardcoded in lib/pf/password.pm
@nqb
Just as an FYI, the minimum and maximum in password.pm aren't enforced, they are defaults if no password length is defined
Current generated passwords by PF are lowercase and 12 characters long. I think they could simply break by brute-force attacks.
We need to add more complexity for passwords:
Some help on the subject: https://ltb-project.org/documentation/self-service-password/1.3/config_ppolicy