Click or drag to resize

MembershipProvidersServices Methods


The MembershipProvidersServices type exposes the following members.

Methods
  Name Description
Public method ChangePassword Changes password of specified user account
Public method CreateUser Obsolete.

Creates a new User account in Ingeniux CMS. In Membership Provider is integrated account provider (Ingeniux Membership Provider or SQL provider), allow to set password using the provider.

Also, it will try to send 2 email out to the new user's email address, first to inform user that the account has been created, second to send user the password of the new account.

If for any reason the email cannot be sent out, the password information will be brought back to client, so the Administrator can manually inform new user the password.

Public method DeleteUsers Deletes users from Integrated Membership Provider
Public method GetADQueryDefaults Retrieves the default value of Active Directory Search parameters. These parameter values are to be passed in when query Active Directory
Public method GetIntegratedProvider Retrieves list of integrated Membership Providers deployed under Ingeniux CMS site
Public method GetMembershipProviders Retrieves the list of Membership Providers available in Ingeniux CMS authentication system
Public method IsAdDefaultProvider Verifies in Active Directory Membership Provider is the default membership provider. This method is used to confirm if Active Directory Import functionalities can be used with this Ingeniux CMS site.
Public method Login Logins to Ingeniux CMS site and receive authentication token
Public method QueryAD Queries the Active Directory specified in the Active Directory Membership Provider connection string (local-connection-strings.config). Retrieves the listing of Group and User directory entries.
Public method ResetPassword Resets an integrated User's password on its Membership Provider. Also, an email is sent to target user to provide the temporary password.
Top
See Also