EWeb |
Note: This API is now obsolete.
The EWebAccountService type exposes the following members.
| Name | Description | |
|---|---|---|
| EWebAccountService | Default constructor |
| Name | Description | |
|---|---|---|
| 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 | Obsolete. 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 | |
| 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) | Obsolete. Retrieve a user, selected by their record number. | |
| 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 | Obsolete. Resets the password associated with the given reset token's user | |
| 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) | Obsolete. Attempts to retrieve a user, selected by the combination of their record number and password | |
| TryGetUserByWebLoginAndPassword | Attempts to retrieve a user, selected by the combination of their web login and password |