krn.VerifyPassword
This job verifies whether a given password matches the stored password of the currently logged-in user — without changing it. Typically used as a "confirmation before a sensitive action" (step-up authentication).
|
This job is not listed in the official enaio® kernel engine overview. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
STRING |
Yes |
Password to verify, as encoded hash (same format as krn.SessionLogin/ |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BOOL |
— |
|
4. See Also
-
krn.SessionChangePassword — change the password (with confirmation of the old password)
-
krn.SessionLogin — initial login with password verification