Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Member
    Join Date
    May 2003
    Posts
    14

    Default Changed Account Password for Domain in WHM, now old and new FTP pass work???

    When I changed Account Password for a Domain in WHM, now old and new FTP passwords work??? (ProFtpd)

    I can login login to the ftp with the main Domain username and both new and old passwords work. I restarted the server and still the same thing.

    When I change the password in WHM for a domain, should the old password be removers automatically?


    Thanks

    cPanel.net Support Ticket Number:

  2. #2
    Member
    Join Date
    Jun 2002
    Posts
    233

    Default Re: Changed Account Password for Domain in WHM, now old and new FTP pass work???

    Originally posted by napalm1
    When I changed Account Password for a Domain in WHM, now old and new FTP passwords work??? (ProFtpd)

    I can login login to the ftp with the main Domain username and both new and old passwords work. I restarted the server and still the same thing.

    When I change the password in WHM for a domain, should the old password be removers automatically?


    Thanks

    cPanel.net Support Ticket Number:
    go to etc/proftpd check the file for that account see if there's a duplicate entry for that username.. If so remove it..

    cPanel.net Support Ticket Number:

  3. #3
    Member
    Join Date
    May 2003
    Posts
    14

    Default

    Strange, the user file looks fine...
    Can anyone else reproduce this problem?

    cPanel.net Support Ticket Number:

  4. #4
    Member
    Join Date
    May 2003
    Posts
    613

    Default

    Try synchronizing the FTP passwords in your WHM.

    cPanel.net Support Ticket Number:

  5. #5
    Member
    Join Date
    May 2003
    Posts
    14

    Default

    Thanks goodmove,

    That did the Trick, silly me, I did not see that option before I made the post

    hehe, I thought the change password would automatically Sync the FTP passwords.

    It is working now,

    Thanks again

    cPanel.net Support Ticket Number:

  6. #6
    Member
    Join Date
    May 2003
    Posts
    613

    Default

    Originally posted by napalm1
    I thought the change password would automatically Sync the FTP passwords.
    I wish...



  7. #7
    Member
    Join Date
    Oct 2002
    Posts
    751

    Default

    Originally posted by goodmove
    I wish...
    I don't know if this has been fixed in newer EDGE releases, but you could submit a ticket just in case

    cPanel.net Support Ticket Number:

  8. #8
    Member
    Join Date
    May 2003
    Location
    Texas
    Posts
    106

    Default Password Sync

    If you change a password in CPanel, it updates the FTP password.

    If you change an account password in WHM, it doesn't update the FTP password until you "Synchronize FTP Passwords."

    I just opened a support ticket about this.

    cPanel.net Support Ticket Number: 19589

  9. #9
    Member
    Join Date
    Oct 2002
    Posts
    751

    Default Re: Password Sync

    Originally posted by PeteC
    If you change a password in CPanel, it updates the FTP password.

    If you change an account password in WHM, it doesn't update the FTP password until you "Synchronize FTP Passwords."

    Confirmed, just tried it in WHM and I can use both to old and new password to log in.

    cPanel.net Support Ticket Number:

  10. #10
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    this is the reason i have placed sync ftp passwords script in my cron job. it runs every hour

    cPanel.net Support Ticket Number:
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  11. #11
    Member
    Join Date
    Apr 2003
    Posts
    555

    Default

    this is the reason i have placed sync ftp passwords script in my cron job. it runs every hour
    Anand,

    Can you please tell me how you did this? I am having this problem as well and would like to be able to syncronize clients' FTP passwords automatically via crontab.

    cPanel.net Support Ticket Number:

  12. #12
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Do the following:

    1. In shell type crontab -e
    2. Place the below on any line

    55 * * * * /usr/local/cpanel/bin/ftpupdate > /dev/null

    This will basically sync your passwords.

    Basically the script called from WHM is /scripts/ftpupdate which inturns calls the above to sync the passwords.

    I choose to do it every 55 mins, its your wish to do it whenever you want it.

    cheers!

    cPanel.net Support Ticket Number:
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  13. #13
    Member
    Join Date
    Apr 2002
    Posts
    8

    Default

    Ok, this is strange, when I change a password in WHM, I can't use FTP at all! with neither the old or new password!

    Anyway, does it matter which ftp program you are running on the server?

    cPanel.net Support Ticket Number:

  14. #14
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Originally posted by adrianc
    Ok, this is strange, when I change a password in WHM, I can't use FTP at all! with neither the old or new password!

    Anyway, does it matter which ftp program you are running on the server?

    cPanel.net Support Ticket Number:
    No it shouldn't matter which ftp program you running on the server in this matter. Just try to change the password back and do a FTP password sync and recheck.

    With pureftp you need to do user@domain.com as username for ftp.

    cPanel.net Support Ticket Number:
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  15. #15
    Registered User
    Join Date
    Oct 2007
    Posts
    1

    Smile

    This is amazing! I was totally having problems because I changed my pw with passwd and the ftp account didn't change. This worked wonders!

    /usr/local/cpanel/bin/ftpupdate > /dev/null

    Thanks guys!

Similar Threads & Tags
Similar threads

  1. changed domain in whm = duplicate domain in cpanel drop down
    By micron in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 06-28-2010, 09:56 AM
  2. WHM/Cpanel rejects new account's user/pass
    By bfassett in forum New User Questions
    Replies: 2
    Last Post: 07-10-2009, 06:32 AM
  3. SFTP password different from FTP pass
    By iLLuSi0nS in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 10-14-2008, 04:51 PM
  4. whm not responding root pass changed
    By UndeaD in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 06-16-2006, 05:42 PM
  5. Password modification (ftp pass problem)
    By maxbia in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 06-14-2004, 02:03 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube