(Formerly known as the Login Logout Modal widget)


Widget Use

Renders login functionality in a modal window, rather than navigating the user to a login page.


Example of Widget Use

Where can the Widget be placed?

The widget can be used in the following templates:

  • Theme Layout Template


Widget Options

OptionUseCommentsAvailable from Version
DescriptionA short description of the widget's use.We recommend this field be updated so the widget's purpose is clear at a glance from the template page.All
LayerThe layer the widget is valid for.

The layering technology allows for the content to be shown to specific audiences.

This is handy if the content is only valid for a certain type of user, or if the same widget is required for more than one audience, but different configuration is needed.

The widget can be added to the zone more than once and the layer feature can determine which audience can see each widget. 

All
Show Forgot Password?Determines whether the password reset link is displayed in the modal window.

Default is: ticked

Untick to disable

3.86
Show Remember Me?Determines whether the remember me tickbox is displayed.

Default is: ticked

Untick to disable

3.86
Render Login Logout Modal Page Template

Determines whether content from the Login Logout Modal Page template is rendered in the modal window.

Default is: ticked

Untick to disable

Note - if your Login Logout Modal Page template is empty, you should disable this option. Otherwise, a shaded area will display without any content.

3.88
Stay on Current Page after Login?Keeps the user on the page they were viewing pre-login (instead of redirecting to the home page or other default behaviour).

Default is: unticked

Tick to enable

3.91
Titles
Modal HeaderThe heading text for the top of the modal window.Default is: Login3.86
Third Party Login Buttons HeadingThe heading text displayed above the third party login buttons (e.g. Google Sign-In).Default is: Login with a social network3.95
Email Login HeadingThe heading text displayed above the user ID/email login fields.Default is: Login with email3.95
Notifications
Password Requires Change MessageThe notification displayed when the user must change their password.Default is: You are required to change your password3.86
Password Changed MessageThe notification displayed when the user has successfully changed their password.Default is: Password changed3.86
Enter Password MessageThe notification displayed when the user clicks the 'Change Password' button without actually entering a new password.Default is: Please enter a password3.86
Buttons
Modal Login Button TextThe text displayed on the login button in the modal window.Default is: Login3.86
Login Button IconThe icon displayed on the login button in the modal window.Default is: cv-ico-general-user3.86
General Login Button TextThe text displayed for the login link in the site header.Default is: Login3.86
Logout Button TextThe text displayed for the logout link in the site header.Default is: Logout3.86
Logout Button IconThe icon displayed next to the logout link.Default is: cv-ico-general-user3.86
Forgot Password Button TextThe text displayed for the password reset link.Default is: Forgot Your Password?3.86
Forgot Password IconThe icon displayed next to the password reset link.Default is: cv-ico-general-lock3.86
Change Password Button TextThe text displayed on the change password button.Default is: Change Password3.86
Change Password Button IconThe icon displayed on the change password button.Default is: cv-ico-general-cycle3.86
Prompts
User Name PromptThe label displayed above the username / email address input field.Default is: Username / Email3.86
User Name PlaceholderThe placeholder text displayed in the username / email address input field.
3.86
Password PromptThe label displayed above the password input field.Default is: Password3.86
Password PlaceholderThe placeholder text displayed in the password input field.Default is: Your Password3.86
Keep Me Logged In PromptThe label displayed next to the 'Keep Me Logged In' tickbox.Default is: Keep Me Logged In3.86
Remember Me PromptThe label displayed next to the 'Remember Me' tickbox.Default is: Remember email3.86
New Password PromptThe label displayed above the new password input field.Default is: New Password3.86
Confirm Password PromptThe label displayed above the repeat password input field.Default is: Confirm Password3.86
Notification Email PromptThe label displayed above the notification email address input field.Default is: Notification Email Address3.86

Implementation Guide


Related Resources