EWebAccountServiceChangePassword Method
Changes the password of a user, without checking against their old password
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool ChangePassword(
ICustomer user,
string newPassword
)
Public Function ChangePassword (
user As ICustomer,
newPassword As String
) As Boolean
public:
virtual bool ChangePassword(
ICustomer^ user,
String^ newPassword
) sealed
abstract ChangePassword :
user : ICustomer *
newPassword : string -> bool
override ChangePassword :
user : ICustomer *
newPassword : string -> bool
- user ICustomer
- The user whose password is to be changed
- newPassword String
- The new password to assign to the user
Boolean