Skip to main content

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;

}

That code works fine on my platform.

Maybe a hard browser refresh..?


yes that worked!!  Thank you!

 


I would suggest using this option in the Advanced Setting > Users.

 


@emily.mason 

That is perfect for users but it doesn’t hide it for admins so you have to resort to the CSS to fully hide it.


Reply