Create user w/o password

We have users without password

we are using the below template to send out emails.

Now, while sending out an email, we are getting the below error.
{“error”: “Self changing of passwords is not enabled on this connection”}

We have disabled the forgot password link on the universal login screen. Is it because of that?
If yes, how can we separate both things so that we can remove the forgotten password link and send out emails as well for first-time users?

Is there any workaround to import users without passwords?

Hey @rshah :wave:

Are you using a Custom Database Connection? I think it is possible to get that error if you forget to implement the Change Password action script for the custom database :thinking:

1 Like