EWebAccountService Class

Note: This API is now obsolete.
Provides services related to eWeb account management

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use IndividualRepository or NetForumAuthenticationManager instead, as appropriate. (5.4)")]
public class EWebAccountService
Inheritance
Object    EWebAccountService

Constructors

EWebAccountService Default constructor

Methods

ChangePassword Changes the password of a user, without checking against their old password
CreateAccount Creates and returns a new eWeb user account.
FindUsersByEmail Find zero or more users, selected by their primary email address.
GeneratePasswordResetToken Requests a password reset for a given user, generating a unique identifier that can be sent to the user via some secure, identifying medium such as email
Obsolete.
GenerateSingleSignOnToken Generates a token that can be used to log users into an eWeb site, or can be used to identify a customer using an xWeb integration. This method is for use with the 'Single-Sign-On with eWeb - External Login' login flow at wiki.avectra.com/sso and can be used to log in users to eWeb by using a link in the specified format.
GetDefaultEWebAccountRegistration Gets a "default" EWebAccountRegistration, with NetFORUM default values such as EmailType or AddressCountry filled in
GetUserByEmail Retrieve a user, selected by their unique primary email address.
GetUserByRecordNumber(Int32) Retrieve a user, selected by their record number.
GetUserByRecordNumber(String) Retrieve a user, selected by their record number.
Obsolete.
GetUserByWebLogin Retrieve a user, selected by their web login.
MeetsPasswordComplexityRequirements Determines whether a password meets the complexity requirements defined for external users in netFORUM.
ResetPassword Resets the password associated with the given reset token's user
Obsolete.
TryChangePassword Attempts to change the password of a user
TryGetUserByEmailAndPassword Attempts to retrieve a user, selected by the combination of their email address and password
TryGetUserByRecordNumberAndPassword(Int32, String, User) Attempts to retrieve a user, selected by the combination of their record number and password
TryGetUserByRecordNumberAndPassword(String, String, User) Attempts to retrieve a user, selected by the combination of their record number and password
Obsolete.
TryGetUserByWebLoginAndPassword Attempts to retrieve a user, selected by the combination of their web login and password

See Also