Removing server and password from error details

Hello, I am using the automatic updater control and if it fails while checking for updates in the error box it displays my ftp server and password. Even though it is a read-only server I would still like to suppress the visibility of the password. Is there anything I can pass into the automatic updater to suppress this or do I have to edit the source?

You'd have to edit the source code if you want to "supress" the error. However, you're just hiding the problem. The password will still be available to be read by anyone. My advice is to either use an "anonymous" ftp account (i.e. no password) or use an HTTP server to host your updates. HTTP is faster and you have much more flexibility.

If you need to limit who gets what updates then this is a good place to start: How to prevent or limit updates.

Ok thanks for the tip.