Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
Description
When you set up a contest of onsite-type, like OI Onsite, the ForceIPDNSAuth middleware will require that the user is authenticated through his/her IP or DNS. But It will behave this way as long as the middleware is included in settings.py, but the intended behavior is to block access only to ongoing contests. This forces (pun intended :P) the admins to comment and uncomment the middleware in the settings.py file.
I suppose that coupling this middleware with contest-exclusiveness would work as expected, but this idea has to be verified.
I suppose that coupling this middleware with contest-exclusiveness would work as expected, but this idea has to be verified.
Issue Links
- is related to
-
SIO-1890 Exclusiveness configs - allow adding many time periods
https://github.com/sio2project/oioioi/commit/c6bd1d70b3f476fe8538696257727a9f4b8c7719
And it turnede out to be a bad idea.
We want to allow users to log in with password in the time between rounds, so that they can check their results.
Right now, this requires disabling exclusiveness, after each round, and reenabling it for the next round.
Either this should be decoupled, or multiple exclusiveness configs should be allowd (see
SIO-1890)