|
|
|
|
|
gpwCheckPassword (Function) In french: gpwVérifieMotDePasse Checks a password (encrypted or not). IF gpwCheckPassword(sLogin, sPassword) THEN
RETURN gpwOk
END
Syntax
<Result> = gpwCheckPassword(<Login> , <Password>)
<Result>: Boolean - True if the password corresponds to the user,
- False otherwise.
<Login>: Character string Username. <Password>: Character string Password associated with the username. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|