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. 🙂