Author Topic: i have problem with users panel login page it show to me failed cwp alma linux9  (Read 2669 times)

0 Members and 10 Guests are viewing this topic.

Offline
*
hello , i have a centos web panel in alma linux 9 server, and i face this problem when i create a user panel, when i try to login to the panel it show to me failed, how can i solve this issue ?

this is the image of the issue failed when i login
https://ibb.co/h8cF9Yk

Offline
*****
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 5000

After this you can change the user's password from the cwp administration panel and you will be able to login.

Offline
*
thank you , it worked