Zero friction sign up. Require or allow members to set a password in the future.
Creating the Make.com Scenario
1. Download the JSON blueprint below to get stated.
2. Navigate to Make.com and Create a New Scenario...
3. Click the small box with 3 dots and then Import Blueprint...
4. Upload your file and voila! You're ready to link your own accounts.
Need help with this MemberScript?
All Memberstack customers can ask for assistance in the 2.0 Slack. Please note that these are not official features and support cannot be guaranteed.
Join the 2.0 SlackThis MemberScript does the following:
- It selects the password input field using the attribute
data-ms-member="password"
. - The
generatePassword()
function creates a 32-character password by combining:- The current timestamp converted to base 36
- 16 random characters (including letters, numbers, and symbols)
- It sets the generated password as the value of the input field.
- It blocks password managers by setting
autocomplete="off"
. - It prevents editing by setting the input field as
readonly
. - Additional event listeners are added to prevent copying, pasting, dragging, and opening the context menu on the password field.
To use this script, include it in your HTML file and ensure you have an input field with the attribute data-ms-member="password"
where you want the password to be generated.
Auth & payments for Webflow sites
Add logins, subscriptions, gated content, and more to your Webflow site - easy, and fully customizable.