Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I created the user from backend and not frontend (supplying my own simple password), but what generated the password should be irrelevant. A successful login will synchronize whatever password the user supplied to the htpasswd file. However, there is limitations to htaccess protection passwords. They are limited to 255 characters and can not contain a :. It's possible the generated passwords are invalid for htaccess protection and you probably need to allow user supplied then add validation to it to limit what characters can be supplied. You maybe able to try a different password encryption method within CBSubs > Settings > Integrations > Folder Access to avoid : conflict issues (MD5 might work).Just a bit curious, were you also able to change the system generated password to a private and still get the same results.
Please Log in or Create an account to join the conversation.