FORMULA LANGUAGE


@VerifyPassword
Example

Compares two passwords.

Note This @function is new with Release 6.

Syntax

@VerifyPassword( password ; password )

Parameters

password


Return value

flag

Usage

Use this function to verify which password format, @Password or @HashPassword, was used to encode a password field.

@Language cross-reference

VerifyPassword method of LotusScript NotesSession class

verifyPassword method of Java Session class

Example
See Also