EWebAccountServiceTryChangePassword Method
Attempts to change the password of a user
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool TryChangePassword(
ICustomer user,
string newPassword,
string oldPassword
)
Public Function TryChangePassword (
user As ICustomer,
newPassword As String,
oldPassword As String
) As Boolean
public:
virtual bool TryChangePassword(
ICustomer^ user,
String^ newPassword,
String^ oldPassword
) sealed
abstract TryChangePassword :
user : ICustomer *
newPassword : string *
oldPassword : string -> bool
override TryChangePassword :
user : ICustomer *
newPassword : string *
oldPassword : string -> bool
- user ICustomer
- The user whose password is to be changed
- newPassword String
- The new password to assign to the user
- oldPassword String
- The user's current password. The change will fail if it does not match the user's current password
BooleanWhether the password change was successful