Sets the validity time for the password recovery key. Is a GAM Repository property that allows the administrator in the GAM Backoffice to define the period during which the key generated for user password recovery will remain valid.
The GAMRepositoryConfiguration Web Panel (located in GAM Example folder) is an example of this property being used.
Any valid time in minutes.
GeneXus Access Manager enables the final users to recover their password in several ways. See GAM: A way to solve Forgot Password for more information.
The key provided to the developer for sending recovery emails to users has an expiration time, which is set in minutes using the User Recovery Password Key Timeout property in the GAM Repository.
The way to use it in GeneXus code (by using the GAM API) is the following:
&GAMRepository.UserRecoveryPasswordKeyTimeOut = &UserRecoveryPasswordKeyTimeOut
GAM: A way to solve Forgot Password
GAM Repository features and properties