TestPassword Method
Syntax
Context.Security.TestPassword as L (Password as C)
Arguments
- PasswordCharacter
A password.
Returns
- resultLogical
Returns .T. if the password is valid based on validation settings; otherwise .F.
Description
Checks the validity of a password against the validation configuration in security settings.
Discussion
Context.Security.TestPassword() Checks the validity of a password against the validation configuration in the security settings. Check Context.Security.CallResult.Success before using the return value.