0 Members and 1 Guest are viewing this topic.
aaPanel isn't cheap either - https://www.aapanel.com/new/pricing.htmlTheir 'Free' version you loose features in CWP as well.
We are working on resolving this issue, a quick fix is to go to this fileCode: [Select]nano /etc/login.defsand comment out the following lineCode: [Select]SHA_CRYPT_MAX_ROUNDS 5000to Code: [Select]#SHA_CRYPT_MAX_ROUNDS 5000After this you can change the user's password from the cwp administration panel and you will be able to login.
nano /etc/login.defs
SHA_CRYPT_MAX_ROUNDS 5000
#SHA_CRYPT_MAX_ROUNDS 5000