The MembershipPasswordController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MembershipPasswordController | DotNetNuke.Entities.Users.Membership.MembershipPasswordController |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FoundBannedPassword |
Checks if user entered password is on the list of banned passwords
combines host level list with current site level list
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPasswordHistory |
returns the password history of the supplied user
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPasswordInHistory(Int32, Int32, String) |
checks to see if the password is in history and adds it if it is not
| |
| IsPasswordInHistory(Int32, Int32, String, Boolean) |
checks to see if the password is in history and adds it if it is not
| |
| IsPasswordPreviouslyUsed |
checks if the new password matches a previously used password when hashed with the same salt
| |
| IsValidToken |
checks if the password reset token being used is valid i.e. has not been used before and is within the the expiration period
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |