Show / Hide Table of Contents

Class MembershipPasswordController

Inheritance
object
MembershipPasswordController
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users.Membership
Assembly: DotNetNuke.dll
Syntax
public class MembershipPasswordController

Constructors

MembershipPasswordController()

Declaration
public MembershipPasswordController()

Methods

FoundBannedPassword(string)

Declaration
public bool FoundBannedPassword(string inputString)
Parameters
Type Name Description
string inputString
Returns
Type Description
bool

GetPasswordHistory(int)

Declaration
public List<PasswordHistory> GetPasswordHistory(int userId)
Parameters
Type Name Description
int userId
Returns
Type Description
List<PasswordHistory>

GetPasswordHistory(int, int)

Declaration
public List<PasswordHistory> GetPasswordHistory(int userId, int portalId)
Parameters
Type Name Description
int userId
int portalId
Returns
Type Description
List<PasswordHistory>

IsPasswordInHistory(int, int, string)

Declaration
public bool IsPasswordInHistory(int userId, int portalId, string newPassword)
Parameters
Type Name Description
int userId
int portalId
string newPassword
Returns
Type Description
bool

IsPasswordInHistory(int, int, string, bool)

Declaration
public bool IsPasswordInHistory(int userId, int portalId, string newPassword, bool autoAdd)
Parameters
Type Name Description
int userId
int portalId
string newPassword
bool autoAdd
Returns
Type Description
bool

IsPasswordPreviouslyUsed(int, string)

Declaration
public bool IsPasswordPreviouslyUsed(int userId, string password)
Parameters
Type Name Description
int userId
string password
Returns
Type Description
bool

IsValidToken(int, Guid)

Declaration
public bool IsValidToken(int userId, Guid resetToken)
Parameters
Type Name Description
int userId
Guid resetToken
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS