Hi
I read else where that the CSS code below would remove the “Change Password” for Super Admin. I have plugged this in but it removes it for users only.
Does anyone have code to remove the “change password” for super admin? Or does it matter?
/*hide the “Change Password” section the “My Profile” page*/
#vertical-tab-changePassword {
display: none;
}