~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/config/ivle-spec.conf

  • Committer: Matt Giuca
  • Date: 2010-02-12 04:19:45 UTC
  • Revision ID: matt.giuca@gmail.com-20100212041945-a79duog1jp1mbfnh
Added two new configuration options under [policy], for deciding whether tutors can enrol students and edit worksheets. The permissions set in database.py reflects these config options. Documented. This entirely fixes Launchpad Bug #520232 and Bug #493945, regarding tutors having too much power.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
repo_path = string(default="${base}/repositories")
48
48
auth_ivle = string(default="${base}/ivle.auth")
49
49
 
 
50
[policy]
 
51
tutors_can_enrol_students = boolean(default=False)
 
52
tutors_can_edit_worksheets = boolean(default=True)
 
53
 
50
54
[media]
51
55
version = string(default=None)
52
56