Hi, I have an app that has two types of users (employees, and owners). If I am a store owner I want to have the ability to create an employee in my app so they can log in to use my app. In my app however it when i create a new user it logs me in as them and I don't have access to my other objects. How can I just create a user without setting the owner as an application admin? Also whats the best way to update an user object if the owner wants to update the employees username and password.
↧