]> git.mjollnir.org Git - moodle.git/commit
Added support for nonadmin course creation.
authorpaca70 <paca70>
Mon, 24 Feb 2003 18:48:55 +0000 (18:48 +0000)
committerpaca70 <paca70>
Mon, 24 Feb 2003 18:48:55 +0000 (18:48 +0000)
commit1924074c762cdcac5c3f58a2bb575943f56d8578
tree80988afdcaf4e2e9943608a22dfd675d90cd0676
parent38b68c5d6f052e76e69ff081049f6c724ce46cf3
Added support for nonadmin course creation.
Course creators are managed by /admin/creator.php , same way that admins.
Or if authetication module have 'auth_iscreator'-function (right now only ldap-module have) ,
users are added to creators at login time.
20 files changed:
admin/creators.php [new file with mode: 0755]
admin/index.php
auth/ldap/config.html
auth/ldap/lib.php
course/edit.php
course/lib.php
course/teacher.php
index.php
lang/en/auth.php
lang/en/moodle.php
lang/fi/auth.php
lib/datalib.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
lib/moodlelib.php
lib/setup.php
login/index.php
version.php