53 Commits

Author SHA1 Message Date
exe-cutor
1531d1efef Merging fixes from 1.8 stable 2007-05-15 08:49:54 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
exe-cutor
a155f3784d Merged username login form bug fix from stable 2007-04-02 14:13:59 +00:00
skodak
f5fd4347dd MDL-8973 auth hooks final cleanup; merged from MOODLE_18_STABLE 2007-03-28 08:28:02 +00:00
skodak
6bc1e5d577 (MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs 2007-03-22 12:27:52 +00:00
stronk7
e8858fb1cb XHTML compliance...
Merged from MOODLE_18_STABLE
2007-03-19 16:39:00 +00:00
exe-cutor
3ea28768af Merging authentication changes back to head 2007-03-09 13:20:55 +00:00
skodak
430759a5fe MDL-8590 auth cleanup - part 6 2007-02-21 21:42:10 +00:00
skodak
139ebfdb3b MDL-8590 auth cleanup - part 1 2007-02-20 17:03:36 +00:00
donal72
8dc3de1629 Auth: Replace hardcoded strings: MDL-8069 2007-01-11 01:41:44 +00:00
skodak
7150226896 MDL-7861 xhtml strict fixes - fixed all <br> in our code 2007-01-04 23:38:17 +00:00
martinlanghoff
b9ddb2d5ea multiauth: migrated all files to the new OO API, written new API documentation
Author: Martin Langhoff <martin@catalyst.net.nz>
2007-01-04 04:52:42 +00:00
exe-cutor
574551d9c8 Merged user capabilities fix for 1.7 2006-11-13 11:54:07 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
skodak
32625a72f4 merged fixes from MOODLE_16_STABLE 2006-06-04 20:57:35 +00:00
skodak
115938af04 fixed whitespace and merged whitespace fixes from MOODLE_16_STABLE 2006-06-02 16:46:39 +00:00
skodak
14dfa05958 merged whitespace fix from MOODLE_16_STABLE 2006-06-02 16:42:40 +00:00
exe-cutor
1b8991fd9c Fixed an inconsistent link in the instructions textfield 2006-05-15 12:08:06 +00:00
exe-cutor
14d62a551a Added function get_first_string to better handle multi-valued attributes 2006-05-15 06:55:08 +00:00
exe-cutor
f26baa3e2b Fixed the case where a user would manually log in with an unknown username 2006-04-12 14:54:01 +00:00
stronk7
5c30945a81 Only decode from utf8 if we aren't running under utf8.
(anyway we need a setting to decide the original encoding
and to be perfect)
2006-03-28 19:14:23 +00:00
skodak
107e7612b5 short php tags once more 2006-03-07 21:46:34 +00:00
exe-cutor
be58b18f15 Corrected some typos and added Shibboleth setup hints for IIS 2006-03-02 10:40:36 +00:00
exe-cutor
33d8eacfe4 Changed sequence of error messages. This makes more sense and should be better
understandable from a user's point of view.
2006-02-16 09:05:11 +00:00
exe-cutor
a70d959a71 this file now does the authentication and doesnt use Shibboleth lazy sessions anymore for
various reasons, including security
2006-02-16 08:59:59 +00:00
exe-cutor
b0e1220af4 Changed shib auth instructions to reflect new procedure for shib auth 2006-02-16 08:53:36 +00:00
exe-cutor
100f9e0d43 We dont use lazy sessions anymore for serveral reasons, including security 2006-02-16 08:52:29 +00:00
exe-cutor
0762da9ce2 not needed anymore with new shib auth procedure. 2006-02-16 08:50:50 +00:00
exe-cutor
e2a420d6b2 Changed instructions to reflect new shib auth procedure 2006-02-16 08:50:15 +00:00
moodler
8a2e09584f Removed optional_variable 2005-12-06 05:47:58 +00:00
exe-cutor
49465c358a *** empty log message *** 2005-10-31 15:51:17 +00:00
exe-cutor
a50d860ef1 Fixed a small bug that prevented guest users from log in
See: http://moodle.org/bugs/bug.php?op=show&bugid=3989
Thx to pasi.hakkinen@tut.fi
2005-08-29 15:42:26 +00:00
exe-cutor
c75a9a5c8d Merging fixes from MOODLE_15 2005-06-13 07:54:44 +00:00
martinlanghoff
a40803130b Per-auth-backend field locks support. Merged from MOODLE_15_STABLE
* Extended set_config()
 * Implemented get_config() which takes over $CFG loading in setup.php
 * admin/auth.php has special handling if post vars starting in pluginconfig_
 * admin/auth.php print_auth_lock_options() prints a form fragment -- being called from most plugins now
 *  user/edit.php follows the new convention when locking down fields, both javascript UI and on POST.
 * admin/auth: More solid checking for auth GET/POST var.
 * admin/auth: print_auth_lock_options() now handles user field mapping options for LDAP and similar modules
 * admin/auth: user mapping options have moved to config_plugins table
 * auth/ldap module has migrated to using new field mapping vars -- simplified config.html a lot
 * auth settings migration to config_plugins
2005-06-02 05:39:41 +00:00
exe-cutor
75068258b2 Added a file check for the Shibboleth data manipulation API 2005-05-18 08:18:43 +00:00
exe-cutor
1237736ff3 Removed the warning about locking use profile fields because this bug was solved. 2005-05-18 08:16:43 +00:00
stronk7
ef9b35a01b Tabs are out 2005-05-16 19:38:21 +00:00
exe-cutor
1b5ad83d2e - Added support for Shibboleth data conversion API
- Shib auth now checks for the four essential variables
2005-05-13 15:10:40 +00:00
exe-cutor
5724019cc4 Saves admins some work. shib-protected just redirects to /auth/shibboleth/index.php
but only if a user is Shibboleth authenticated.
2005-05-06 13:14:31 +00:00
exe-cutor
bab8ceb10e Extended and corrected the error messages 2005-05-06 06:35:24 +00:00
exe-cutor
6c0aee4769 Updated README with better instructions, added .htaccess file which
provides lazy Shibboleth sessions and fixed a small bug in config.html
2005-05-04 14:40:01 +00:00
moodler
648fdb81c9 Cleaning up configuration 2005-04-17 13:27:43 +00:00
moodler
5c6ec5d0cd FIxed a typo 2005-04-17 13:12:10 +00:00
moodler
565809c603 Moved login.php to index.php in shibboleth 2005-04-17 13:06:25 +00:00
moodler
3bddb38ac9 FIxes for auth_user_login 2005-04-17 12:58:50 +00:00
moodler
121b31327b Changed things to be simpler, using new functions in moodlelib.php 2005-04-17 12:39:02 +00:00
moodler
7c12949d10 Rationalised get_user_info_from_db() and sundry other small bits into
a single function called: get_complete_user_data()

This is to help shibboleth but will also help when this function
needs to be extended in future.
2005-04-17 12:08:46 +00:00
lapsa
64a2cb2022 Introduction to use shibboleth authentication module in Moodle. 2005-03-18 09:15:00 +00:00
lapsa
c0f750050e Document for using shibboleth authentication module with Moodle 2005-02-24 12:10:34 +00:00