moodle/auth/cas
iarenaza 5261baf11e MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array"
Merged from MOODLE_18_STABLE.

The fix is wrong, as it breaks auth_db_sync_users.php and
auth_ldap_sync_users.php at least. No new users are added to Moodle, as the
username is missing from the new user info record.

The fix needs to go into update_user_record() in lib/moodlelib.php to make it
skip the 'username' key, as we really need get_userinfo() to return the
username as part of the user info array.
2008-08-25 22:44:45 +00:00
..
CAS MDL-13401 fixed REQUEST_URI test; merged from MOODLE_19_STABLE 2008-04-25 12:24:16 +00:00
auth.php MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array" 2008-08-25 22:44:45 +00:00
cas_form.html *** empty log message *** 2007-07-17 11:46:19 +00:00
cas_ldap_sync_users.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
config.html MDL-14312, remove align attribute in table tag, merged from MOODLE_19_STABLE 2008-04-16 02:31:38 +00:00
languages.php Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
README-CAS *** empty log message *** 2007-07-17 11:46:19 +00:00