buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

provide an out-of-term-time lockout for student logins #264

Closed davewhiteland closed 3 months ago

davewhiteland commented 4 months ago

Might be convenient to be able to prevent non-staff accounts from logging in (similar to a maintenance mode).

But it's also possible, with extensions and similar mechanisms, this soon becomes inadequate because some students may still need access when others don't. So maybe we need a more selective way of doing it.

In the meantime, setting students to inactive via the Admin interface would prevent logins... but it would also remove information from staff who are logged in, so this isn't the same thing, and why the issue exists.