Hello, in our project we are using Ory Network and...
# ory-network
b
Hello, in our project we are using Ory Network and we are trying to implement "Invite flow" or "invite system" that will look like this: • an admin adds (invites) a user to the site, • if the user didn’t exist yet it should be created without the password and in inactive/non-verified state, • the user should receive an email with an activation link, • the link should active the account and let the user set his password. I was searching the documentation and I am not sure if such flow is implemented in Ory Network and I wanted to ask if there is such thing or are there plans to implement it? If not, I'd love to take any advice or hints how to implement it with the help of already existing tools. 🙂
m
Not directly implemented yet, but see this discussion: See this discussion: https://github.com/ory/kratos/discussions/1342 You probably have to create the account with a random password that would then be changed by the user in settings when they receive the recovery (invite) link.