Just wanted to ask for some help about creating an account for another user within the admin panel of my app. I recently started work on developing an interface where admin staff could add new accounts to the app, however, i cant get it to work even with the create an account for some else workflow. I’ve started looking through all of the other threads about this but i have got lost. Can anyone provide me with basic step by step instructions on how to fix this? I know i have to let them sort their own password but i cant seem to use the set temporary password function correctly. Any and all help would be appreciated.
I already incorporated some of your steps into the workflow, however, when the user enters the password that has been assigned to their email, the app logs them in but they do not move from the index page to the homepage, it loads and then stays on the same page. Ive attached an image of what the workflow already looks like.
Maybe you’re redirecting them because these new users haven’t changed their passwords.
So, you can create a page where they can create their own password, and in the save button set a worfklow like this: update user’s credentials and then send the user to the desired page. (also you can set up more properties like the password confirmation and other actions in the workflow)
Or, if it’s not important that the users have their own created password, you can leave this option in blank (the red underlined in the first picture).