The knowledgebase is organized into different categories. Choose a category for a list of articles or search the knowledgebase for articles related to your question.
SYMPTOMS
SOLUTION
Login to your server or VPS via SSH as the root user. The password algorithm can be updated for passwords set for shell users by running the following command (REDHAT based systems, ie. Fedora, CentOS, RHEL): authconfig --passalgo=md5 --kickstart
Now reset the shell users' passwords:
passwd USERNAME
To use SHA encyption for htaccess passwords, reset a user's password as follows:
htpasswd -bs FILE USERNAME PASSWORD |
Powered by WHMCompleteSolution