FORMULA LANGUAGE


@PasswordQuality
Example

Evaluates the return value of a Password data type field with a number.

Note This function is new with Release 5.0.1.

Syntax

@PasswordQuality( field_name )

Parameters

field_name


Return value

passwordQuality


Usage

This function is supported on the Web.

Note Using the @PasswordQuality function against a field which has been encrypted using the @Password or @Hashpassword functions will yield incorrect results, as the function will be applied to the encrypted version of the input.

Language cross-reference

MinPasswordLength property of LotusScript NotesRegistration class

MinPasswordLength property of Java Registration class

Example