If I have an app where people register and create profiles and fill in information about them on a form.
is it possible for me to log in as admin and change their information? for example would I
be able to enter peoples profile and update a certain field for them?
yes, you can. In the users collection you need to add one column Admin True/False and create an action to edit other’s profiles when the logged in person condition Admin = True.
Thank you for the help Bhanu
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.