Try our conversational search powered by Generative AI!

ApplicationUIUserManager.ResetPassword(IUIUser user) should throw exception

Fixed in

EPiServer.CMS.UI 11.1.0

(Or a related package)

Created

Sep 01, 2017

Updated

Nov 21, 2017

Area

CMS UI

State

Closed, Fixed and tested


Description

ASP.NET Identity does not support generating new passwords. The method only returns a reset token - it doesn't actually change the password, as the method documentation suggests.
We should change this to throw an exception so partners know not to use it.