.
HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1
212-599-2048
Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development
Chat now
.
EN - English
CN - 中文
JP - 日本語
DE - Deutsch
FR - Français
BR - Português
RU - Pу́сский
IT - Italiano
IN - हिन्दी
ES - Español
KR - 한국어
ID - Indonesia
NL - Dutch
TR - Türkçe
SA - العربية
SE - Svenska
NO - Norsk
PL - Polski
TH - ไทย
DK - Dansk
MY - Malay
PH - Filipino
GR - Ελληνικά
FI - Suomi
IL - עברית
IE - Gaeilge
CZ - Čeština
UA - Українська
RO - Română
VN - Tiếng Việt
BD - বাংলা
HU - Magyar
Need a Domino Consultant? Call NotesMail +1 212-599-2048
-
HCLSoftware Business Partner
FORMULA LANGUAGE
Examples: @VerifyPassword
1. This example returns true:
@VerifyPassword("tolstoy";@HashPassword("tolstoy"))
2. This example returns false because the hashed string contains an upper-case T:
@VerifyPassword("tolstoy";@HashPassword("Tolstoy")
3. If the access field is a password field containing the string, "He++llo", this code returns true:
@VerifyPassword(access;@Password(access))
4. This code returns false because the @HashPassword and @Password functions use different formats to encode the contents of the access field:
@VerifyPassword(@HashPassword(access);@Password(access))
See Also
@VerifyPassword
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Feedback on
Help
or
Usability
?
Help on Help
All Help Contents