]> git.mjollnir.org Git - moodle.git/commit
A significant new system for authentication configuration that
authormoodler <moodler>
Tue, 19 Nov 2002 08:51:33 +0000 (08:51 +0000)
committermoodler <moodler>
Tue, 19 Nov 2002 08:51:33 +0000 (08:51 +0000)
commit35a48c9ae4d94c79a9b7fa9e8802e624c7bf6987
treebf26c33cad2f2d45fb780c9a1496c85bb65fd05f
parentdfe952f2ea3ca1146da4c5fc3fa13538cb6341db
A significant new system for authentication configuration that
exposes the wide array of authentication possibilities.

Authentication now has it's own page separate from other variables.

Most of this work was done by Petri Asikainen <paca@sci.fi>, who started
these changes off.

I've done some cleanups and additions which is why I'm checking it in.

It's all working pretty well at the moment but could use some testing.

Thanks, Petri!  :-)
18 files changed:
admin/auth.php [new file with mode: 0644]
admin/config.html
admin/index.php
auth/db/config.html [new file with mode: 0644]
auth/db/lib.php
auth/email/config.html [new file with mode: 0644]
auth/imap/config.html [new file with mode: 0644]
auth/imap/lib.php
auth/ldap/config.html [new file with mode: 0644]
auth/nntp/config.html [new file with mode: 0644]
auth/nntp/lib.php
auth/none/config.html [new file with mode: 0644]
auth/pop3/config.html [new file with mode: 0644]
auth/pop3/lib.php
lang/en/auth.php [new file with mode: 0644]
lang/en/moodle.php
login/index.php
login/index_form.html