skodak
ea714cfdbd
MDL-8813 Cas auth for 1.8x - credit goes to Jérôme Gutierrez; TODO: redirection after failed login
2007-04-29 13:57:46 +00:00
skodak
67ca52345c
MDL-9491 fixed problem with broken change/reset password in db auth when using internal passwords; backported from HEAD
2007-04-22 21:42:57 +00:00
stronk7
3e7759c3b6
Add one missing return causing db(internal) pass change not to work.
...
Partially, MDL-9491
2007-04-22 14:18:40 +00:00
nicolasconnault
c30e73badc
Fixed many XHTML errors
2007-04-20 07:49:39 +00:00
nicolasconnault
a0eb0c7b14
MDL-9322 Fixed all non-compliant XHTML in mnet files (plus logs and enrol)
2007-04-13 06:33:00 +00:00
skodak
a26c09be05
MDL-9297 - fixed broken mnet logout caused by my auth refactoring
2007-04-11 14:01:03 +00:00
skodak
3f833b914c
MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout
2007-04-11 13:00:10 +00:00
skodak
f032cd818e
MDL-9287 missing resultset check in mnet config_form()
2007-04-11 08:49:56 +00:00
skodak
9244a6be27
MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout
2007-04-11 08:45:22 +00:00
donal72
d4c97b77a5
MNET: Uninitialised variable $timenow. Should be time()?
2007-04-10 22:20:07 +00:00
stronk7
f16220e6a9
Fixing authdb->close() in some places. Credir goes to Seiti. MDL-9212
2007-04-05 22:21:25 +00:00
exe-cutor
69beb9a8af
Fixed bug that showed username of Shib users in manual login form
2007-04-02 14:12:02 +00:00
exe-cutor
4dbb62e0c0
Corrected example script in README
2007-04-02 07:28:35 +00:00
skodak
e21c0ffc23
MDL-3339 support md5 and sha1 in ldap when adding or changing passwords
2007-03-29 19:47:21 +00:00
skodak
293d56acaa
MDL-8590 fixed ldap creators, added new option to specify dn in member attribute
2007-03-29 15:51:16 +00:00
skodak
ac594757cb
MDL-9099 LDAP auth does not allow dn in idnumber field (or other user attributes); patch by Jeff Graham
2007-03-29 08:40:36 +00:00
moodler
2fe9f46996
Renamed README -> README.txt to help the windows and mac people
2007-03-29 02:54:16 +00:00
skodak
87e70ea390
MDL-8973 auth hooks final cleanup
2007-03-28 08:26:02 +00:00
skodak
01f35fac14
MDL-8973 improved auth plugin docs
2007-03-23 11:26:23 +00:00
skodak
19f417f6c3
(MDL-8973) Fix OOP model of new multi auth plugins - updated docs
2007-03-22 13:28:41 +00:00
skodak
a045329951
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
...
backported from HEAD
2007-03-22 12:40:16 +00:00
skodak
f90d3476c6
MDL-8968 no auth plugin broken
2007-03-20 07:54:39 +00:00
stronk7
0c2153fd8a
XHTML compliance...
2007-03-19 16:37:55 +00:00
exe-cutor
dda4dbce59
Adapted login to new authentication structure, but may need some additional adaptions
2007-03-09 12:34:03 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
skodak
551f0b5d7e
MDL-8669 broken auth signup code; backported from HEAD
2007-02-27 10:25:55 +00:00
skodak
e8c5ac5251
MDL-8590 auth cleanup - reset password cleanup+fixes; backported from HEAD
2007-02-22 22:25:18 +00:00
skodak
20f2564695
MDL-8590 auth cleanup - part 6; backported from HEAD
2007-02-21 21:45:14 +00:00
skodak
9f9743cb88
MDL-8590 auth cleanup - part 1; backported from HEAD
2007-02-20 17:06:47 +00:00
stronk7
1ecce737cc
sync_users() now working both under MSSQL and Oracle. Big credits to
...
Jay Lee for his cool patch about MDL-7525 MDL-8023 MDL-8153
2007-02-17 01:24:16 +00:00
skodak
88178d9b78
MDL-8542 External db auth cleanup
...
* some more sync script fixing
backported from HEAD
2007-02-16 10:56:21 +00:00
skodak
5553359aa4
MDL-8542 External db auth cleanup
...
* configurable encoding conversions
* fixed handling of magic quotes
* proper sybase quoting
* adodb debug mode
* fixed language strings
* sha1 support
* connection setup command (use names 'utf8')
backported from HEAD
* mysqli support
* form field labels
* general cleanup and minor fixing
2007-02-16 10:48:07 +00:00
thepurpleblob
0b906e7847
MDL-8443
...
Fixed Typo.
2007-02-14 15:31:07 +00:00
toyomoyo
43c6650b35
fixing a typo
2007-02-09 00:34:49 +00:00
stronk7
931b508559
Applying new rs_xxx() functions everywhere. MDL-8134
2007-01-29 23:52:33 +00:00
stronk7
c024b94b02
Applying new rs_xxx() functions everywhere. MDL-8134
2007-01-29 10:47:25 +00:00
donal72
fb5c773965
Auth: Documentation update to reflect changes in signature of user_update_password method
2007-01-28 22:08:59 +00:00
donal72
da249a3028
Auth: Fix for error creating admin user (if you choose a new username). Also addresses an issue in the user_update_password method.
2007-01-28 10:27:05 +00:00
martinlanghoff
4c1c5d2638
mnet: auth/mnet cron() now clears out stale sessions -- how did we miss this?
2007-01-24 04:25:56 +00:00
martinlanghoff
4e04772745
mnet: fix SSO breakage if the same user was using multiple browsers
2007-01-24 04:15:50 +00:00
donal72
560b3acc85
Mnet: Bugfix for rev 1.10: Update user's enrolment information on jump/land
2007-01-23 23:07:29 +00:00
donal72
cdf2232920
Mnet: Rename field: access to accessctrl for Oracle interop: MDL-8237
2007-01-23 21:27:50 +00:00
stronk7
150b5fb0e0
$form is an object (from data_submitted).
2007-01-23 16:33:15 +00:00
donal72
573f8b025c
Mnet: Update user's enrolment information on jump/land
2007-01-23 02:38:54 +00:00
martinlanghoff
62d78bf508
mnet: update_enrolments() WIP
2007-01-22 05:46:40 +00:00
martinlanghoff
15e4772380
mnet: send user enrolment information from SP to IDP at landing time, WIP
2007-01-22 04:41:17 +00:00
martinlanghoff
0743661ea5
mnet: it is $USER->mnet_foreign_host_array instead of $SESSION->mnet_foreign_host_array. $SESSION is fraught with peril as it persists acros logins/logouts
2007-01-19 08:36:02 +00:00
martinlanghoff
7580ce94ef
mnet: check for the _right_ varname before warning about mnet being off
2007-01-18 03:16:55 +00:00
martinlanghoff
92e46c0305
mnet: better descriptions and warnings in admin pages
2007-01-17 22:23:56 +00:00
donal72
1451836469
Mnet: In auth config, show which hosts have mnet/auth configured
2007-01-17 14:13:19 +00:00