Remove Change Password Button In Umbraco Back Office
I've set up single sign on for Umbraco and want to remove the button that allows users to change their password as this no longer works. If I can't remove it then a way to redirect the user to our internal change password screen would also work.
I already had it set to false. It doesn't remove the change password button you can see once you're already logged in to the back office and click on your account.
Remove Change Password Button In Umbraco Back Office
I've set up single sign on for Umbraco and want to remove the button that allows users to change their password as this no longer works. If I can't remove it then a way to redirect the user to our internal change password screen would also work.
You can add some CSS to the back office to hide it. This explains how to do that: https://24days.in/umbraco-cms/2015/umbraco-7-back-office-tweaks/
I'll check that out. Thanks!
Hi David
There is a flag in umbracosettings.config:
Set it to false!
Alex
I already had it set to false. It doesn't remove the change password button you can see once you're already logged in to the back office and click on your account.
is working on a reply...