Zero friction sign up. Require or allow members to set a password in the future.
Creación del escenario Make.com
1. Descargue el proyecto JSON a continuación para empezar.
2. Navegue hasta Make.com y Cree un nuevo escenario...
3. Haga clic en el pequeño cuadro con 3 puntos y luego Importar Blueprint...
4. Sube tu archivo y ¡voilá! Ya está listo para vincular sus propias cuentas.
¿Necesitas ayuda con este MemberScript?
Todos los clientes de Memberstack pueden solicitar asistencia en el Slack 2.0. Tenga en cuenta que no se trata de funciones oficiales y que no se puede garantizar la asistencia.
Únete al Slack 2.0This 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.
Autenticación y pagos para sitios Webflow
Añada inicios de sesión, suscripciones, contenido cerrado y mucho más a su sitio Webflow: fácil y totalmente personalizable.