I am wondering about a password that I have config on a file .htpasswd
to protect some of my web site folders.
The main problem is when I have input a valid user name and an invalid password, it can also let me in.
However, the invalid password I have input matches with the first 8 digits of my config password, I mean that the first 8 digits of the inputing password are the same the first 8 digits of the real password.