Adding Employees

I’m building an app where a user can create other users (employees). It works but after it creates the user it loges them and (the logged in user becomes them). How do I prevent this?

Hi Kevin,

I think you are using the form and creating the user on the Users collection right? Then it changes the Logged in user to that created details. For this you can use a custom form.

You can read here.

Thank you

Thanks, that got me moving forward. I appreciate it!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.