| |||||||
| FRAMES NO FRAMES | |||||||
In Legacy Mode
<pt:ptui.loginrememberme/>
<pt:logic.value pt:value="Remember Password"/>
or to output name of control and customize the display
<pt:ptui.loginrememberme pt:name="true">
<pt:core.html pt:tag="input" type="checkbox" name="$name" id="$id" />
<pt:logic.value pt:value="Remember Password"/>
</pt:ui.loginrememberme>
| Tag Information | |
| Tag Name | loginrememberme |
| Required Parent Tag | loginform |
| Attributes | ||||
| Name | Type | Required | Default Value | Description |
| key | string | false | N/A | This takes String value as input and if given a value it provides the name of the input control stored as key value and displays the body if 'AllowAutoConnect' in portalconfig.xml is turned on |
| scope | string | false | portlet request | The scope used to store the data. See the Logic tag library for a list of all available scopes. |
| |||||||
| FRAMES NO FRAMES | |||||||