Checks if user entered password is on the list of banned passwords combines host level list with current site level list

Namespace: DotNetNuke.Entities.Users.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool FoundBannedPassword(
	string inputString
)
Visual Basic
Public Function FoundBannedPassword ( 
	inputString As String
) As Boolean

Parameters

inputString
Type: System..::..String
user entered password

Return Value

true if password found, false otherwise

See Also