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
gpwEncryptedPasswords (Function)
In french: gpwMotsDePasseCryptés
Used to find out whether the passwords of the User Groupware are encrypted.
Example
IF gpwEncryptedPasswords() THEN
GPU_UserPWD.EncryptedPassword = gpwEncryptPassword(sLogin, sPassword)
ELSE
GPU_User.Password = sPassword
END
Syntax
<Result> = gpwEncryptedPasswords()
<Result>: Boolean
  • True if the passwords of the user groupware are encrypted,
  • False otherwise.
Component: wd290gpu.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2023

Send a report | Local help