Change password field can't be filtered
David Stosik - August 10, 2007 - 13:02
| Project: | Formfilter |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When filtering user account form, I can't filter the "change password" part. Is that a bug or a feature? :P
Regards,
David

#1
By design. Formfilter only acts on certain supported field types. I've been working with the assumption it's necessary to pass the value of the field, which we can't do with password fields. Then again, password fields can't have default values, so possibly we could add support.