I'm using a TextParameter to enter a password to FTP (when deploy my website through CruiseControl.NET project). I would like the password to be masked by asterisks when typing, but not displayed in plain text. I have not found this option description to TextParameter in documentation, so I have a question.
Can I somehow make it in the current implementation (I'm using version 1.6.7981.1)? If not, can I somehow develop custom dynamic option as a plugin for the CruiseControl.NET?
