Login_Speedbump Widget

The Login_Speedbump widget presents a login-required message to an anonymous visitor. It links the visitor to the My Account page and returns them to the requested page after they sign in.

Add the widget to a page

<Control src="LoadWidgetControl.ascx"
    FileLocation="Login_Speedbump.html"
    RequireAnonymous="true" />

Set RequireAnonymous to true so the widget is displayed only to visitors who are not signed in. The legacy widget has no documented widget-specific options.

Validate the login prompt

  1. Open the page while signed out and confirm the login-required message appears.
  2. Follow the My Account link and sign in with a valid shopper account.
  3. Confirm the shopper returns to the originally requested page.
  4. Open the page while signed in and confirm the anonymous-only prompt is not displayed.

This site uses Just the Docs, a documentation theme for Jekyll.