Enhancing Webflow's User Accounts

Changing User Accounts Log-In Flow | Quick Start

No items found.
Overview
User Accounts Sign-Up Flow
Changing User Accounts Sign-Up Flow
100
User Accounts Log-In Flow
Changing User Accounts Log-In Flow | Quick Start
7:34
200
No items found.

Demonstration

Tutorial

  • Quick start
  • Features overview
  • Configuration
  • Scenarios

Setup & Configuration

Configuration for the webflow-membership-routing library is all contained in the site-wide <head> custom code area;


<!-- Membership routing -->
<script type="module">
import { WfuMembershipRouting } from 'https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/src/modules/webflow-membership-routing.js';
new WfuMembershipRouting({
  routeAfterLogin: "/u/home",
  routeAfterFirstLogin: "/u/new"
}).routeUser();
</script>

Settings

  • Set routeAfterLogin to any valid site path you want users to go at login.
  • > Useful for a members-only homepage
  • > You can use "." as a setting to return them to the page they initiated the login from.
  • Set routeAfterFirstLogin to any valid site path you want users to go at first log-in.
  • > Useful for introducing the site, resource, and new membership features.

Limitations

  • Currently, there is no ability to login-redirect on the basis of access groups.

Resources

Table of Contents
Did we just make your life better?
Passion drives our long hours and late nights supporting the Webflow community. Click the button to show your love.