Not hiding password boxes on profile edit form
ngreimel - August 7, 2008 - 22:05
| Project: | PAM Authentication |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The password boxes are displaying in the profile edit form, regardless of the setting of 'pam_auth_disable_password_changes'.
I believe cause to be line 61:
case 'user_edit'
It should be:
case 'user_profile_form'
