Change user password

Namespace: T.Modules.Security
Assembly: T.Modules (in T.Modules.dll)

Public Function UserChangePassword( _ 
ByVal username As String, _ 
ByVal oldPassword As String, _ 
ByVal newPassword As String
) As Boolean
This language is not supported or no code example is available.
public bool UserChangePassword( 
string username
string oldPassword
string newPassword 
)
This language is not supported or no code example is available.

Parameters

username
Type: string

User name

oldPassword
Type: string

User old password

newPassword
Type: string

User new password

Return Value

Type: bool

Flag indicating whether password was changed

.NET Framework

Supported in: 4.6.2, 4.7