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
Activity
Szymon Acedański
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Jakub Bartmiński [ xvyx ] |
Jakub Bartmiński
made changes -
Jakub Bartmiński
made changes -
Status | New [ 10000 ] | Resolved [ 5 ] |
Assignee | Jakub Bartmiński [ xvyx ] | Szymon Acedański [ accek ] |
Resolution | Fixed [ 1 ] |
Szymon Acedański
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
1447d 17h 4m | 1 | Jakub Bartmiński | 2019-01-31 16:56 | |||||
|
53d 23h 40m | 1 | Szymon Acedański | 2019-03-26 16:37 |
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)