Click or drag to resize

EWebAccountService Class

Note: This API is now obsolete.

Provides services related to eWeb account management
Inheritance Hierarchy
SystemObject
  Ignition.Crm.AccountManagementEWebAccountService

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

The EWebAccountService type exposes the following members.

Constructors
 NameDescription
Public methodEWebAccountService Default constructor
Top
Methods
 NameDescription
Public methodChangePassword Changes the password of a user, without checking against their old password
Public methodCreateAccount Creates and returns a new eWeb user account.
Public methodFindUsersByEmail Find zero or more users, selected by their primary email address.
Public methodGeneratePasswordResetTokenObsolete.
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
Public methodGenerateSingleSignOnToken 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.
Public methodGetDefaultEWebAccountRegistration Gets a "default" EWebAccountRegistration, with NetFORUM default values such as EmailType or AddressCountry filled in
Public methodGetUserByEmail Retrieve a user, selected by their unique primary email address.
Public methodGetUserByRecordNumber(Int32) Retrieve a user, selected by their record number.
Public methodGetUserByRecordNumber(String)Obsolete.
Retrieve a user, selected by their record number.
Public methodGetUserByWebLogin Retrieve a user, selected by their web login.
Public methodMeetsPasswordComplexityRequirements Determines whether a password meets the complexity requirements defined for external users in netFORUM.
Public methodResetPasswordObsolete.
Resets the password associated with the given reset token's user
Public methodTryChangePassword Attempts to change the password of a user
Public methodTryGetUserByEmailAndPassword Attempts to retrieve a user, selected by the combination of their email address and password
Public methodTryGetUserByRecordNumberAndPassword(Int32, String, User) Attempts to retrieve a user, selected by the combination of their record number and password
Public methodTryGetUserByRecordNumberAndPassword(String, String, User)Obsolete.
Attempts to retrieve a user, selected by the combination of their record number and password
Public methodTryGetUserByWebLoginAndPassword Attempts to retrieve a user, selected by the combination of their web login and password
Top
See Also