Merge remote-tracking branch 'origin/v12/dev' into v13/dev
# Conflicts: # src/Umbraco.Infrastructure/CompatibilitySuppressions.xml # tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/BlockGridEditor/Content/blockGridEditorAdvanced.spec.ts
This commit is contained in:
@@ -623,7 +623,7 @@ public class MemberController : ContentControllerBase
|
||||
|
||||
// Change and persist the password
|
||||
Attempt<PasswordChangedModel?> passwordChangeResult =
|
||||
await _passwordChanger.ChangePasswordWithIdentityAsync(changingPasswordModel, _memberManager);
|
||||
await _passwordChanger.ChangePasswordWithIdentityAsync(changingPasswordModel, _memberManager, _backOfficeSecurityAccessor.BackOfficeSecurity?.CurrentUser);
|
||||
|
||||
if (!passwordChangeResult.Success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user