suryasr007 / random-password-generator

Random Password Generator package for Python
https://pypi.org/project/random-password-generator/
MIT License
49 stars 23 forks source link

Added option to specify the set of special characters #162

Open jmdeboer-surfsara opened 3 years ago

jmdeboer-surfsara commented 3 years ago

Hi,

We are using your password generator to create random passwords for OwnCloud accounts using their password policy. By adding the option to specify the special characters we have 100% compatibility.

oc_password_policy

Best regards, Jean-Marie de Boer.

suryasr007 commented 3 years ago

Thanks for the PR. Will check the changes and merge it.

jmdeboer-surfsara commented 3 years ago

Thanks, feel free to make changes or give suggestions if you'd like a different solution. In hindsight, maybe 'schars' could have stayed '_schars' since it is internal.