exstatic Posted June 9, 2009 Share Posted June 9, 2009 Is there any module, or add on that will let me sync the password the client has set in whmcs, through to the password used within plesk 9? Can someone point me in the right direction? 0 Quote Link to comment Share on other sites More sharing options...
devrim Posted October 6, 2009 Share Posted October 6, 2009 Is there any module, or add on that will let me sync the password the client has set in whmcs, through to the password used within plesk 9? Can someone point me in the right direction? I am looking for the same thing. Only thing I found so far; Plesk keeps passwords in plain format in psa>accounts table. depending on how many features activated, passwords are stored with id. one for clients table (account_id being the foreign key) one for sys_users I can just connect to this db from my code and overwrite these values but Plesk needs to reconfigure those components (if ftp is configured with previous password, when you overwrite it on db, you will only disable user from connecting) So, there needs to be an API call to plesk which'd sort this out. I couldn't find it yet... Please post if you make any progress on this.. Cheers, 0 Quote Link to comment Share on other sites More sharing options...
magga Posted October 16, 2009 Share Posted October 16, 2009 I did post a script that did this in the contributions section however it only works if you are using the plesk reseller module, i.e. it only syncs domain administrator passwords. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.