Posted by ngreimel on August 7, 2008 at 10:05pm
| Project: | PAM Authentication |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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'