krn.SessionChangePassword
This job changes the password of the user currently logged into the working session. Unlike mng.SetUserAttributes, the user must know the old password — the call is therefore suited for "self-service" password changes in the client.
|
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 |
Current password as encoded hash (see krn.SessionLogin/ |
|
STRING |
Yes |
New password as encoded hash. |
3. See Also
-
krn.VerifyPassword — verifies a password against the stored hash without changing it
-
mng.SetUserAttributes — administrative password change without knowledge of the old password