You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the addUser functionality in the UserController adds a new user against their will, this should be changed and an invitation to the user should be made instead.
This implies adding a new table USER_INVITATIONS, and modifying the addUser handler.