Setting the behavior of the Remember This Device checkbox
The
Remember This Device
checkbox appears on your Sign-in page if the user's device is not registered or if the registration has expired. By default, the checkbox is not selected, and the user can choose to select or de-select it. You can set whether Remember This Device
checkbox appears in your Sign-in page, whether the checkbox is selected, and whether the user can change the selection. Configure the checkbox behavior by modifying the following script and adding it between the
<head>
and </head>
tags.<script type="text/javascript"> vip.options = { rememberDeviceDefault : true, forceRememberDeviceDisplay : ‘on-ro’ } </script>
Set the following:
Value | Description |
|---|---|
rememberDeviceDefault | Sets whether the Remember This Device checkbox is checked by default.
If this line is not included, the checkbox is not checked. |
forceRememberDeviceDisplay | Sets whether the Remember This Device checkbox appears in the Sign-in page. Also sets whether the user can change the selection.
If this line is not included, the checkbox appears, and the user can change the setting. |