Login Widget

Overview

The Login Widget allows you to control system links for the sign in and sign up features of your site.

Attributes

separator (optional)

The separator attribute adds a character between each of the links in the login form.
Default Value: none
Limitations: Must not include double-quotes

signin (optional)

The signin attribute controls display of the link that allows people to sign in on your site. If no value is set, the link does not appear on the login form.
Default Value: none
Limitations: Must not include double-quotes

signedin (optional)

The signedin attribute controls display of the link that allows a person to update his or her profile settings when they are signed in on your site. If no value is set, the link is the signed in account's first name on the login form.
Default Value: none
Limitations: Must not include double-quotes

signout (optional)

The signout attribute controls display of the link text that allows a person to sign out when they are signed in on your site. If no value is set, the link does not appear.
Default Value: none
Limitations: Must not include double-quotes

signup (optional)

The signup attribute controls display of the link that allows people to create a new account associated with your site. If no value is set, the link does not appear on the login form.
Default Value: none
Limitations: Must not include double-quotes

Example

<widget name="login" separator=" | " signup="Sign Up" signin="Login" signedin="Hello " signout="Logout"></widget>