How to remove "Change Password" options from the Profile Forms
Umbraco version 10.4.0
I am trying to figure out how to remove/disable the "Change Password" options that are found on the Profile Forms in Umbraco back office. I have already verified that the "Forgot Password" options are disabled on the Login Forms by adding "AllowPasswordReset": false to the "Security" section of the appsetting.json file, and I have also included the <allowPasswordReset>false</allowPasswordReset> option in the umbracoSettings.config file, but these options do not appear to have disabled or removed the "Change Password" button found on the Profile Form that appears when a back office User clicks their Profile picture or clicks "Edit" from the Profile Menu (seen here):
I have stopped and restarted the site as well as recycled the application pool after making the changes to the appsettings and config files mentioned above, yet the options shown in the images still persist. Any help would be appreciated. Thank you.
How to remove "Change Password" options from the Profile Forms
Umbraco version 10.4.0
I am trying to figure out how to remove/disable the "Change Password" options that are found on the Profile Forms in Umbraco back office. I have already verified that the "Forgot Password" options are disabled on the Login Forms by adding
"AllowPasswordReset": false
to the "Security" section of the appsetting.json file, and I have also included the<allowPasswordReset>false</allowPasswordReset>
option in the umbracoSettings.config file, but these options do not appear to have disabled or removed the "Change Password" button found on the Profile Form that appears when a back office User clicks their Profile picture or clicks "Edit" from the Profile Menu (seen here):I have stopped and restarted the site as well as recycled the application pool after making the changes to the appsettings and config files mentioned above, yet the options shown in the images still persist. Any help would be appreciated. Thank you.
is working on a reply...