Hi! Can we create users without setting a password for them with the emailpassword recipe? And expect them to create their password after email verification?
r
rp_st
09/20/2023, 12:11 PM
hey @hfakar mostly yes - one approach would be to start by setting a random password and then asking them to change it post email verification.
another approach would be to use passwordless recipe to initially create the user and then ask them to set a password and create an email password user. Then auto link the two login methods. This requires the account linking feature which will be out for the node sdk this week (and it's a paid feature)
h
hfakar
09/20/2023, 12:14 PM
is account linkinking feature out for Golang yet?
r
rp_st
09/20/2023, 12:15 PM
no. And it won't be out until a few weeks / months at least.
h
hfakar
09/20/2023, 12:15 PM
ok then its good to eliminate that for now at least