michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Password complexity #423

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Whilst minimum password length is controllable (at the moment by manually 
editing a php file), complexity is not

What is the expected output? What do you see instead?
Passwords at the moment can be anything as long as they adhere to the minimum 
length. Many businesses have particular security requirements in terms of 
complexity (e.g. uppercase, lowercase, numbers and special characters) as well 
as length which they need to adhere to.

What version of the product are you using? On what operating system?
r514

Ideally, there should be a section in Security to set:
Password minumum length of X
Require  X Uppercase
Require X Lowercase
Require X numeric
Require X special characters (e.g. # ? !)
where X is a number

Original issue reported on code.google.com by jim...@gmail.com on 10 Jan 2014 at 11:28

GoogleCodeExporter commented 8 years ago
Thanks for your suggestion!!

Just added a couple of simple options for this on r528.
It will be available on the next release.

Original comment by i...@subwaydesign.com.ar on 7 Mar 2014 at 7:08