facebookarchive / fbctf

Platform to host Capture the Flag competitions
Other
6.53k stars 1.31k forks source link

Users are able to login before the game is scheduled to start. #622

Closed sbadakhc closed 6 years ago

sbadakhc commented 6 years ago

Is it possible to prevent users from logging in before a game is scheduled to restart. Those user who logged in started playing the game and then when the game started their captured states where reset. It would be good to prevent users from logging in until the game has actually started.

gsingh93 commented 6 years ago

We generally use the controls on the admin page to disable all the challenges before the game starts. This is the approach most CTF platforms use. Does that work for you?

sbadakhc commented 6 years ago

Yes that is acceptable.

Thanks.