Change Password dialogue keeps appearing after user changes password
Hello
when a user (Editor) changes their password in Umbraco control panel, then logs back in again they get presented with the change password in the 'content' panel.
This occurs even if the password is reset by the administrator and is irrespective if they do a manual or automatic reset.
I think it's because the "change password" dashboard is default on older installations - If I remember correctly the dashboard does no longer exists in 7.4.x since the rest password stuff is now a part of the user profile, which appears when clicking the users avatar in the top left corner when being logged in.
So the dashboard is a permanent thing and not really meant to say..."HEY! Go change your password again...NOW!" each time the editor logs in but rather it's meant to provide the option for them to do so.
You can disable the dashboard in the /Config/Dashboard.config file though by uncommenting the dashboard section/panel and recycling the app pool.
Change Password dialogue keeps appearing after user changes password
Hello when a user (Editor) changes their password in Umbraco control panel, then logs back in again they get presented with the change password in the 'content' panel.
This occurs even if the password is reset by the administrator and is irrespective if they do a manual or automatic reset.
thanks
Hi Nigel
I think it's because the "change password" dashboard is default on older installations - If I remember correctly the dashboard does no longer exists in 7.4.x since the rest password stuff is now a part of the user profile, which appears when clicking the users avatar in the top left corner when being logged in.
So the dashboard is a permanent thing and not really meant to say..."HEY! Go change your password again...NOW!" each time the editor logs in but rather it's meant to provide the option for them to do so.
You can disable the dashboard in the /Config/Dashboard.config file though by uncommenting the dashboard section/panel and recycling the app pool.
/Jan
is working on a reply...