]> git.mjollnir.org Git - moodle.git/commit
New feature: Site Policy Agreements.
authormoodler <moodler>
Mon, 29 Nov 2004 05:30:36 +0000 (05:30 +0000)
committermoodler <moodler>
Mon, 29 Nov 2004 05:30:36 +0000 (05:30 +0000)
commit027a1604699bb47e10195eccc870fe2179575c0a
treef9e9ab93d180d83fa1612cf73e0c57321b656191
parent5809683fbaa92688f4b9459f998a0c2252d8bd37
New feature: Site Policy Agreements.

If the admin specifies a Policy Agreement (via URL in the config variables)
then each user is required to see and agree to that document once before
continuing.

To get everyone to see it again (on an update, say) one just needs to issue:

   UPDATE user SET policyagreed = 0
admin/config.html
lang/en/moodle.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
lib/defaults.php
lib/moodlelib.php
user/policy.php [new file with mode: 0644]
version.php