Skip to content

View Submissions #948

Answered by anthonygego
javawolfpack asked this question in Q&A
May 23, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

According to the piece of code that fails, you may have superadmin user registered to the course but not present in the users DB collection. This should theoretically not happen. Did you delete the superadmin user or re-configured your instance on an existing DB ?

To solve this you can probably just modify the or delete (at this setup stage, probably harmless) the entry in DB using mongosh: db.courses.delete_one({"_id": "tutorial"}). With chances you can also do it from the GUI user management page because it may still be (historically) failsafe regarding the user database information.

However that would be useful if you recall what was done using the superadmin account up until now to be…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@anthonygego
Comment options

@javawolfpack
Comment options

Comment options

You must be logged in to vote
3 replies
@javawolfpack
Comment options

@anthonygego
Comment options

Answer selected by javawolfpack
@javawolfpack
Comment options

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