Skip to content

Best practice when creating a new participant #519

Discussion options

You must be logged in to vote

the "admin" role is hard-coded in IH, please read this. However, IH does not create any users, so it also does not create an admin user out of the box. This is because it cannot make an assumption of how that is done, when it is done or what the name of that user would be.

MVD simply takes a short cut in seeding the "super-user", and only uses its API key to automatically populate the database.

In practice, this could be a human user, who then manually creates participant contexts, or it could be a technical user, e.g. a script or an application that populates IH with participant contexts. Either are valid use cases, and will 100% depend on your use case.

How that administrator receives p…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lauramartingonzalezzz
Comment options

Answer selected by lauramartingonzalezzz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants