On 8/15/05, Nate Drake <[EMAIL PROTECTED]> wrote: > Is there a way to make the admin app render a text field as a > password field?
There is a field type PasswordField which is the same as a TextField except it renders as input type="password". -Michael