Specifies the minimum time, in minutes, that a user must wait until they can change their password again. Its default value is 0, which means that the user doesn't have to wait between password changes.
&GAMSecurityPolicy.MinimumTimeToChangePasswords = Number_Minutes
Where:
&GAMSecurityPolicy
Is a variable based on the GAMSecurityPolicy data type.
Number_Minutes
Minimum time, in minutes, that a user must wait until they can change their password.
This property allows configuring the minimum time, in minutes, that a user must wait until they can change their password again.
Its default value is 0, which means that the user doesn't have to wait between password changes.
Note: When using the GAM Backoffice, this property is shown with the description "Minimum waiting time between password changes (minutes)".
The GAMExampleEntrySecurityPolicy Web Panel object is an example of where this property is used.
To set this property in the GeneXus code (by using the GAM API), the syntax is as follows:
&GAMSecurityPolicy.MinimumTimeToChangePasswords = 60 //minutes
The above example means that the user will have to wait 60 minutes to change their password again.
GAM Repository features and properties