to be more clear, MM_CPS_DATABASE_DIR is in the contribute publishing services web-based interface, under User Directory->Settings
Main Topics
Browse All TopicsWe have several sites set up to be maintained with Contribute. We use MM's Web Publishing System to manage access to those sites. All of the directories and files are owned by the same Linux user. We needed to change the password for that user. Now we are unable to connect to any of the sites with Contribute. There is no way to change it, because Contribute won't let me in to change the FTP settings.
Can someone tell me how to change the connection information on the CPS server? Is there a file where the FTP username and password are stored? If so, I assume the password is encrypted/hashed somehow. Any thoughts?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
OK, here is the ugly solution I came up with after all the decent ideas I had came to nothing.
To fix it, I changed the password back temporarily. That enabled Contribute to connect to all of the sites again.
Then I went into My Connections in Contribute, selected a site, clicked Administer, went to the Publishing Services tab, clicked on Edit Connection, and checked the "Users must enter their own login info" box. This was the only way I could get Contribute to forget the old password that I wanted to get rid of. I then had to re-enter the username and old password to reassure Contribute that I still knew valid credentials. And I had to re-enter the remote path.
After doing that for every site, I was able to change the password back to the new one. Opening Contribute again, each site now didn't have a username and password that it could get wrong. I then went into each site and un-checked that "Users must enter their own login info" box and entered the username and new password. Again, I had to re-enter the remote path info, too.
On the whole, a majorly annoying PITA, but it was better than having to delete and re-create eavery site.
I hope this is the sort of thing that MM fixes in some future release.
Removed code which could present a security issue, per http://www.experts-exchang
MH
Business Accounts
Answer for Membership
by: umbraePosted on 2005-08-01 at 13:43:59ID: 14573838
the connection keys for users are stored on the server in MM_CPS_DATABASE_DIR (set in contributes administrator).
if you look in each directory under there, you'll see connection_key.stc for each connection key created. This is an xml file.
***Code removed by MHenry, Page Editor, 8 Aug 2005 ***
I'm actually surprised macromedia uses such a simple hashing scheme to encode user passwords. Hopefully this will be more secure in the near future, because I can see this being a major security vulnerability, if I can decode the hash in about 30 minutes myself.
There will probably be some sort of connection key file that you'll also need to change on the user's local machine, so be aware of this as well.
HTH,
-Umbrae