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?
You need to either set a temporary password - then Email the user with instructions on how to change it, or send a ‘Reset password’ email to the User so that can set their password via an email link.
I have added this workflow to getting email for password reset. So i got the link in a mail after a 4-5 minutes. But here after clicking on confirm button nothing is happening after entering the New password and confirm password. So what can be the issue?