Download & Extend

Not hiding password boxes on profile edit form

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'

nobody click here