Hi!
My app requires that a project owner create an account and be the admin of that account, and then create accounts for others (contributors). The Contributors would then join the project, and have access to certain pages and be able to edit and view certain information (like personal information).
I need the project owner to be able to make any changes they want to the contributors (like if they need to change their name, for example).
So:
- Project owner creates project and controls everything, including creating/editing accounts for contributors
- Added contributors can only view and edit certain things within the project. They also can’t have an account on the app that isn’t tied to a specific project/owner. Every contributor account is tied to 1 specific project.
Any help would be so appreciated :)!