I am creating a user account with an email ID and password, and I have used the signup workflow because the user’s password is not visible in the database. However, after creating a new user, the system automatically redirects me to the newly created user’s account. For example, if I am logged in as ‘Jenil’ and create an employee named ‘Akshay’ with Akshay’s email ID and password, the system switches to Akshay’s account after creation. I don’t want this to happen—I want to stay logged in as ‘Jenil’ and not be redirected to the new user’s account.
How can I achieve this? Can anyone help me with this issue?
Use create account for somebody else action, not the sign user up action
BTW, you should stop creating two posts for every one question you have. I’ve noticed each post of yours there are two of
1 Like
You can also use a backend workflow to sign the user up.
Sorry i was confused it was bug or i need help so i have created two post
This topic was automatically closed after 70 days. New replies are no longer allowed.