Click or drag to resize

ISecurityRepositoryServiceChangePassword Method

Changes a user's password.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
SecurityUser ChangePassword(
	Guid userId,
	string password
)

Parameters

userId
Type: SystemGuid
The id of the user.
password
Type: SystemString
The new password of the user.

Return Value

Type: SecurityUser
Returns the updated user.
See Also