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.