LogoLogo
  • πŸ› οΈWelcome to Smartrr help docs
  • Links
    • Changelog
    • API Docs
  • Getting Started
    • Implementation
      • πŸͺ„Installing Smartrr on a Shopify 2.0 theme (Automatic Install)
      • πŸ—ΊοΈInstalling Smartrr on a custom Shopify theme (Guided Install)
      • πŸ§Ÿβ€β™‚οΈInstalling Smartrr on a headless store
      • πŸ’»Adding Smartrr to a custom page (Shopify Liquid)
    • Onboarding
      • ⛑️Basic onboarding process
      • 🧀Smartrr team led onboarding
      • πŸ’΅Plans
      • πŸ’³Migrating subscriptions from payment processors
  • Support
    • Subscription Setup
      • πŸ“‡Subscription Programs
      • βš“Subscription anchor dates
      • πŸ—“οΈMaximum/minimum (finite) subscription plans
      • πŸ“§Email subscription notifications (Customer Notifications)
      • πŸ“²SMS subscription notifications (via Twilio)
      • πŸ›οΈSubscription discount codes
      • πŸ’ΈPrepaid subscriptions
      • πŸͺœSequential Flow Builder?
      • πŸ“¦Shipping methods
      • ❔Subscriptions when an item is unavailable
      • πŸ’²Buy-now-pay-later payment methods for subscriptions
      • 🏁Checkout Extensions
    • Admin Portal
      • πŸ”Adjusting customers’ subscriptions
      • πŸ“‡Adjusting customers' information
      • πŸ€Έβ€β™‚οΈ"View as customer" feature
      • πŸ•’Event log
      • πŸ“ŠAdvanced Analytics reporting
      • πŸ–ŒοΈCustomer account portal theming
      • πŸ”€Translations
      • πŸ’»Available actions for customers in account portal
      • 🎨CSS overrides
      • πŸ” Adjusting typography with CSS overrides
      • πŸ“£Marketing Banners
      • πŸ’­Retention
      • 🧺Bundles
      • 🎁Loyalty
      • πŸ”Passwordless login
      • πŸ’ŸCreator upsells
      • 🎞️Instagram feed
    • Customer Account Portal
      • πŸšͺAccessing the Customer Account Portal
      • πŸ”„Creating an account
      • πŸ”œViewing next orders
      • πŸ“Manage subscriptions
      • πŸ—ƒοΈOrder history
      • πŸ“§Updating email address
    • Transactions
      • 🀝Subscription transactions
      • 🚫Failed payments
      • πŸ“†Billing schedule
    • Integrations
      • 🌐Available integrations with Smartrr
      • πŸ“±Attentive x Smartrr Integration
      • πŸ“±Blueprint x Smartrr Integration
      • πŸ“¬Gorgias x Smartrr Integration
      • πŸ“©Klaviyo x Smartrr Integration
      • 🦁Loyalty Lion x Smartrr Integration
      • πŸ“±Postscript x Smartrr Integration
      • πŸ”Recharge x Smartrr Integration
      • 🟩Shopify Flow x Smartrr Integration
      • πŸͺWebhooks
    • Shopify Questions
      • πŸ’²Will updating product prices in Shopify reflect in Smartrr?
    • Developer Documentation
      • Bundles: Developer Documentation
    • Troubleshooting
      • ⏸️Why did my customer's subscription automatically pause?
      • πŸ“žWhy is my customer's shipping address invalid? (Phone number formatting)
      • πŸ†˜Can’t find the answer to your question?
    • RSS Feed
      • πŸ“³Smartrr’s changelog: Stay up-to-date with Slack
Powered by GitBook
On this page
  • Overview
  • Passwordless Login Setup
  • Step 1: Smartrr Admin
  • Step 2: Shopify Liquid
  • Step 3: Disabling reCAPTCHA (required for Magic Link ONLY)
  • Customer Notifications
  • FAQs

Was this helpful?

Export as PDF
  1. Support
  2. Admin Portal

Passwordless login

Brands can create magic links or one time log-in codes for customers in lieu of a traditional password experience.

PreviousLoyaltyNextCreator upsells

Last updated 6 days ago

Was this helpful?

Last updated: May 14, 2025

Overview

Passwordless login allows a frictionless login experience for your customers.

Passwordless login feature is available on our

Passwordless Login Setup

Step 1: Smartrr Admin

In Smartrr's admin, navigate to Theming in the left-hand menu. Under the Advanced settings tab, you will see a toggle to turn on Passwordless log-in.

Press Save changes and confirm changes will be applied to either your live theme or a duplicate of your current live theme.

Step 2: Shopify Liquid

After passwordless has been toggled on in your Smartrr admin, a liquid file called smartrr-passwordless-login.liquid snippet file will be generated in the Shopify theme you saved to. Please check in the selected theme to see if this file is present.

Next, check the following code has been injected into the theme’s main-login.liquid file or customers/login.liquid file. If this code is not injected, please copy onto line 1 of the file:

// <div id="smartrr_passwordless_form" class="customer login section-{{ section.id }}-padding">
    {%- form 'customer_login', novalidate: 'novalidate' -%}
      {% render 'smartrr-passwordless-login' %}
    {%- endform -%}
  </div>

Finally, check your shop's account login page to confirm Smartrr's passwordless login page is visible. By default, the page should look like this:

🎨 Want to apply additional styling to your shop's passwordless login page? Use CSS to style at the top of the smartrr-passwordless-login.liquid file.

Step 3: Disabling reCAPTCHA (required for Magic Link ONLY)

When using Magic Link as your passwordless login option you will need to disable reCAPTCHA for login within your Shopify store.

To do this go to Shopify: Sales Channels > Online Store > Preferences > deselect "Enable reCAPTCHA on login, create account and password recovery pages" (see below).

Customer Notifications

You can configure what the emails look like for both Magic Link and One Time Code passwordless options from the Customer Notifications settings in the Smartrr App.

Scroll down to the card for Passwordless Login. Click on emails to edit.

FAQs

1. Why do customers still need to enter a password when initially creating an account?

Due to Shopify limitations, customers will still be expected to create a password if they creating a new account with your store. After this, the customer will not be required to use this password again to log in to their account and will be able to log in with a one-time code.

2. Can I revert back to traditional Shopify login from passwordless login?

Technically, yes. Under Theming > Advanced, switch the radio option from Passwordless login back to Traditional login. However, if you switch back to traditional from passwordless login, all customers will be required to reset their passwords upon next log in.

Note: If you switch back to traditional from passwordless login, all customers will be required to reset their passwords upon next log in.

If you need any assistance in the setup process or additional theming for the login page, please contact us at .

πŸ”
support@smartrr.com
πŸ’Ž Excel plan.
Example of magic link passwordless type. Magic links allow the customer to log in with a link sent to their email address.
Example of one-time code passwordless type. prompts the customer to paste a six-digit generated code sent to their email address.
The default passwordless login type is Magic Link. Select to change to One Time Code if you prefer.
Default login page for Magic Link passwordless login.
This is the required reCAPTCHA configuration for using Smartrr Magic Link.
Default email for One Time Code passwordless login type.
Default email for Magic Link passwordless login type.