ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Checks a password (encrypted or not).
Example
IF gpwCheckPassword(sLogin, sPassword) THEN
RESULT 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 user login.
Business / UI classification: Neutral code
Component: wd290gpu.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help