Concorda / concorda-server

MIT License
8 stars 2 forks source link

password policy #88

Open mirceaalexandru opened 8 years ago

mirceaalexandru commented 8 years ago

Right now the implemented password policy has following constraints:

The security checklist however requires something like this:

@AdrianRossouw any comments?

AdrianRossouw commented 8 years ago

i think if we just modify it to be the following it would meet the requirements:

mirceaalexandru commented 8 years ago

We have all the above, without the condition for one or more special characters. What we cannot do right now is the requirement to have mix of letters and numbers or mix of upper/lowercase letters.