How to remove "Change Password" profile option

Jump to solution
morgan_j
Community Participant

Wondering if anyone has figured out a way to remove the "Change Password"option when a user clicks on "Account > Settings > Edit Setting" from within their profile?  We have a case for our Continuing Education department where we need this removed, but I cannot find a way to do this.  Any help or guidance would be appreciated.  

(Screen shot attached)

Thanks!

Jeff Morgan

1 Solution
adm-zakb
Community Participant

.select_change_password_row
{
display: none !important;
}

View solution in original post