DA not change account password

admnlan

New member
Joined
Oct 5, 2009
Messages
4
Hello,

I have strange bug:

When i try set(change) password for user account from admin level, i recive new password on e-mail with new password for panel, ftp, etc..
But when i try to login with this new password in user account, panel say: "Invalid login. Please verify your Username and Password". But i can login with this new password on his ftp.

OS Linux Debian. Previously all work fine, but in one time directadmin was stop changing user passwords for panel. How i can fix that?:confused:
 
I vaguely remember a post at some point in the past referring to DirectAdmin not using the proper library to encode passwords. If you can't find such a post, and can't find anything in the KnowledgeBase, then you might want to contact DirectAdmin Support.

Jeff
 
Thank you all for answers.
But it not helped me.

For fix this problem, i did next:

File: /etc/pam.d/common-password
# here are the per-package modules (the "Primary" block)
password [success=1 default=ignore] pam_unix.so obscure sha512

i change it on:
# here are the per-package modules (the "Primary" block)
password [success=1 default=ignore] pam_unix.so obscure md5


And now all again work fine:)


you can close topic
 
Back
Top