Click or drag to resize
UserManagerUpdatePassword Method
Updates the user password.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
protected override Task<IdentityResult> UpdatePassword(
	IUserPasswordStore<User, int> passwordStore,
	User user,
	string newPassword
)

Parameters

passwordStore
Type: IUserPasswordStoreUser, Int32
Unused implementation of UserPasswordStore.
user
Type: Kentico.MembershipUser
User.
newPassword
Type: SystemString
New password in plain text format.

Return Value

Type: TaskIdentityResult
See Also