BenSelect Documentation
CheckPasswordRequirements Method
See Also  Send Feedback
Selerix.Foundation.Interfaces Namespace > IMembershipProvider Interface : CheckPasswordRequirements Method
userName
Name of the user.
password
The password.
Checks the password requirements.

Syntax

JScript 
function CheckPasswordRequirements( 
   userName : String,
   password : String
);

Parameters

userName
Name of the user.
password
The password.

Exceptions

ExceptionDescription
Selerix.Foundation.SelerixException Password requires both letters and numbers. or Password requires special characters such as '&' or '%'. or User name cannot be part of the password. or User name and password are too similar. Please use a different password.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.