I have an htaccess password on a site, and it works fine but I can get into the site using anything I like as long as the first 8 characters are the same as the set password.
e.g. If my password is 'password123' It will let me in using any of the following:
password4938067
password!
passwordBLKUADH
It always works, as long as the first 8 characters are correct. Anything else is ignored. Could this be the result of a poor encryption tool I used for the htpassword entry or something?
I used [
4webhelp.net ]
My htaccess password block is as follows:
AuthType Basic
AuthName "Website"
AuthUserFile /var/www/websites/.htpasswd
Require user testuser