Is it possible to use self registration service without password until user was not verified?
-
Hello,
I want to allow users to create new accounts without a password and only after the user has verified itself email, on the first login the user will perform to input password? Is it possible with fusionauth?
thx
-
I believe so (but I am far from an expert--really only getting started myself). See the API documentation at https://fusionauth.io/docs/v1/tech/apis/users#create-a-user; there's a
sendSetPasswordEmail
option that I think is what you would be looking for. -
@wwelchj is correct.
However, note that FusionAuth considers the sending of the password email to be a form of email verification. From the docs:
If you have also enabled email verification and do not select to skip verification using the skipVerification parameter, only the setup password email will be sent to the user. Setting up the password using the email sent during this user create operation will implicitly verify the User’s email if it is not already verified.