hackzilla / password-generator

PHP Library to generate random passwords
https://hackzilla.org
MIT License
293 stars 37 forks source link

Must include #30

Closed TwinMist closed 4 years ago

TwinMist commented 4 years ago

Hi I there anyway that you can set that is MUST include one for each of the following

->setUppercase(true) ->setLowercase(true) ->setNumbers(true) ->setSymbols(false)

hackzilla commented 4 years ago

Sorry about the delay.

There is a RequirementPasswordGenerator that works like that.

TwinMist commented 4 years ago

Thanks, didn't see that