.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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