Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David 11 posts 143 karma points
    Nov 01, 2018 @ 15:37
    David
    0

    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.

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Nov 01, 2018 @ 15:54
    Nicholas Westby
    100

    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/

  • David 11 posts 143 karma points
    Nov 01, 2018 @ 16:16
    David
    0

    I'll check that out. Thanks!

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Nov 01, 2018 @ 19:26
    Alex Skrypnyk
    0

    Hi David

    There is a flag in umbracosettings.config:

    <!-- set to true to enable the UI and API to allow back-office users to reset their passwords -->
    <allowPasswordReset>false</allowPasswordReset>
    

    Set it to false!

    Alex

  • David 11 posts 143 karma points
    Nov 01, 2018 @ 19:50
    David
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft