Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion software/earl/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (user *User) AccessHours() (from int, to int) {
case LevelFulltimeUser:
return 7, 24 // 7:00 .. 23:59
case LevelUser:
return 11, 22 // 11:00 .. 21:59
return 10, 23 // 10:00 .. 22:59
}
// TODO: for time-restricted users such as users for classes,
// we can have custom hours here that don't depend on the UserLevel
Expand Down