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?
Not currently. If you make your own manipulators (which is currently undocumented), you can use django.core.formfields.PasswordField, but there's no PasswordField for use in the dynamically-generated admin. Adrian