convissor / login-security-solution

Development of the login-security-solution WordPress plugin happens here.
33 stars 21 forks source link

Disable pw_complexity_exemption_length #58

Open MaximeCulea opened 8 years ago

MaximeCulea commented 8 years ago

Hi there,

I wanna firstly say that this plugin is awsome ! When in my company, BeAPI, we need better password policy, especially for big group's IT, we recommend it and use it. But too many times our clients ask us to disable the pw_complexity_exemption_length check. They always want passwords to fulfill all the prerequisites set in options.

So I came to you in this issue to ask you if you already have something in the pipe ? If not, I will be glad to share to you our trick on how we manage to disable this check by doing a PR.

Keep me in touch,

Best

MaximeCulea commented 8 years ago

Hi,

You'll find the PR https://github.com/convissor/login-security-solution/pull/59 fixing this.

Best