NetForumAuthenticationManagerSetPassword Method
Changes the password of a customer
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void SetPassword(
ICustomer customer,
string password
)
Public Sub SetPassword (
customer As ICustomer,
password As String
)
public:
virtual void SetPassword(
ICustomer^ customer,
String^ password
) sealed
abstract SetPassword :
customer : ICustomer *
password : string -> unit
override SetPassword :
customer : ICustomer *
password : string -> unit
Parameters
- customer ICustomer
- The customer whose password is to be changed
- password String
- The new password to assign to the customer
IgnitionUserInputException |
The password provided did not meet the password complexity requirements defined in netFORUM,
either because it did not meet one or more of the requirements defined in netFORUM, which are also
available via GetPasswordRequirements.
|