ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
These parameters may be different if they have been changed in the data file description. The automatic data modification does not recalculate passwords (this would require the user's password). This can result in a mismatch between the actual password parameters and the desired parameters in the data file description.
Example
// Check the parameters of PasswordItem in the Authentication data file
IF Authentication.PasswordItem.spMatchesDescription = False THEN
	Info("Please change your password.")
END
Syntax
<Matching parameters> = <Data file>.<Item>.spMatchesDescription
<Matching parameters>: Boolean
  • True if the parameters of the secure password that were described match those in the data file,
  • False otherwise.
<Data file>: Character string
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Item>: Character string
Name of the item used. This name is defined in the data model editor or with the Item Description type.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/06/2024

Send a report | Local help