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))
Siehe auch
@VerifyPassword
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar