the users should pick the course before logging in
luciang opened this issue · 1 comments
luciang commented
There are two issues stemming from users selecting course after logging in:
- students mess up and send the homework in the wrong course
- messed up configs for one course can bring down other ones (e.g. the auth_config.json file)
calin-iorgulescu commented
(kind of late on this, but here's my 2 cents)
- How will this help? It would only mean needing to login again each time you're switching to a different course. What is more, they can mess up and select the wrong course on the login page just as well.
- This is the desired behavior: It should fail fast and fail loud, right? In any case, the auth_config.json file shouldn't be used as a user DB, but rather as a quick-n-dirty way of adding a few people to a course.