jerome
2b06294b9a
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
2009-06-11 03:34:46 +00:00
fmarier
c65ab2be95
Password policy: MDL-17602 new "max consecutive identical characters" setting
2009-04-03 02:22:52 +00:00
poltawski
db935a79f0
Fix 'drow-down' typo MDL-18320
...
merged from MOODLE_19_STABLE
2009-03-25 09:43:19 +00:00
exe-cutor
1f4650184e
MDL-18597 Merged from STABLE
2009-03-18 13:22:31 +00:00
iarenaza
16ceeb6436
NTLM SSO: MDL-13760 Speed up ntlm sign on with conditional redirect for msie
...
Provides an option, configurable by admin, to make the ntlm test happen
only if MSIE is not used. This speeds things up for IE.
2009-02-14 16:21:58 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
jonathanharker
3b8c248237
MDL-17549 auth/radius: add CHAP and MSCHAP auth support, detect PHP extension
...
* Added support for CHAP and MSCHAP authentication schemes
contributed by Stanislav Tsymbalov http://www.tsymbalov.net/
original code at http://sourceforge.net/projects/moodleradius/
* Tweak the detection of PHP RADIUS extension and Pear code
* Update the warning notices to use more Moodly CSS classes
lib/pear: Add RADIUS and CHAP PEAR libs
* Add PEAR Auth_RADIUS and Crypt_CHAP packages to lib/pear
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2008-12-12 04:44:53 +00:00
wildgirl
f462e204f1
auth lang string: MDL-17209 typo fix
2008-11-13 14:49:12 +00:00
wildgirl
4b32776917
MDL-15879 lang string typo fix (thanks to Susan Mangan)
2008-09-01 14:54:58 +00:00
skodak
01dd8ed95d
MDL-15948 inform that curl is required for recaptcha; merged from MOODLE_19_STABLE
2008-09-01 07:18:03 +00:00
skodak
05c38e2b7c
MDL-13811 reworked unsetting of preferences and minor tweaks
2008-07-05 22:46:31 +00:00
nicolasconnault
d6ace123f0
MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE
2008-07-05 14:28:13 +00:00
skodak
e9180ff830
MDL-15544 Disable email signup in new installation - add danger warning
2008-07-04 23:53:13 +00:00
dongsheng
6e7ead3ea9
MDL-14129, fix incorrect print_error() call
2008-04-16 09:16:50 +00:00
poltawski
de188ef9e3
MDL-13994 - lang typo, thanks to Charles Kelly
...
merged from MOODLE_19_STABLE
2008-03-20 12:20:17 +00:00
nicolasconnault
9b5f87d27e
MDL-13796 Committing new recaptcha element
2008-03-13 15:45:16 +00:00
nicolasconnault
7c572b8c90
MDL-13796 Added help button and help file, used Snoopy in recaptchalib for proxy support, fixed lang strings, refactored validation code, used element property to pass error string around.
2008-03-11 10:34:50 +00:00
nicolasconnault
5d6308d491
MDL-13796 Most of the recaptcha implementation is done.
2008-03-10 17:32:32 +00:00
nicolasconnault
1844d438ab
MDL-13564 Deduced the missing strings from similar strings found in auth.php. Merging from MOODLE_19_STABLE
2008-02-29 22:12:07 +00:00
exe-cutor
e0870908b4
Merged Shibboleth integrated WAYF service from 19_STABLE
2008-02-01 12:48:27 +00:00
poltawski
a7f9e22da6
MDL-4164 fixed typo
2007-12-26 22:13:26 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
mudrd8mz
1c2e83f7b2
Fixes typo 'yes'' -> 'yes'
2007-11-20 23:47:37 +00:00
martinlanghoff
6f25564273
MDL-9399 - auth/ldap: Strings for NTLM SSO - forgot one
2007-11-14 22:47:30 +00:00
martinlanghoff
9b9fcc21e4
MDL-9399 auth/ldap: Strings for NTLM SSO
...
cvs: ----------------------------------------------------------------------
2007-11-14 22:43:56 +00:00
martinlanghoff
6626b9ab48
MDL-12178 auth/ldap: "creators" role assignment now also supports contexts
...
Now the DNs that indicate a course-creator role can also be contexts.
This way we support one more widely used practice in the weird and
wonderful LDAP world...
2007-11-14 22:23:45 +00:00
thepurpleblob
fcd0ddbfba
MDL-11977:
...
Add an an optional forgotten password handling url
Merged from STABLE_19
2007-11-01 14:37:51 +00:00
skodak
e5245c73a5
MDL-11448 FirstClass Authentication does not hold settings and has cosmetic and info leakage issues, patch by Dan Trockman
2007-10-07 14:08:37 +00:00
skodak
81fb221d31
MDL-9626 Enable user signup with Active Directory (via LDAP); patch by Iñaki Arenaza - thanks!
2007-05-30 08:47:00 +00:00
skodak
4db13f9465
MDL-9880 Remove user_activate() method from public API because it was used only from user_confirm() in LDAP, other plugins use only user_confirm()
...
MDL-9575 fix email signup in ldap auth mod
2007-05-21 20:33:42 +00:00
skodak
83022298df
MDL-8031 Enforce password complexity for user authentication - original patch by Iñaki Arenaza
2007-04-25 19:36:47 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
skodak
344514fca5
MDL-3339 support md5 and sha1 in ldap when adding or changing passwords; merged from MOODLE_18_STABLE
2007-03-29 19:50:53 +00:00
skodak
cd874e2133
MDL-8590 fixed ldap creators, added new option to specify dn in member attribute; merged from MOODLE_18_STABLE
2007-03-29 15:53:09 +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
skodak
9696bd8966
MDL-8590 auth cleanup - part 7 and MDL-8598
2007-02-21 21:48:48 +00:00
skodak
1679334034
MDL-8590 auth cleanup - part 3
2007-02-20 17:15:13 +00:00
skodak
8ae42b8d78
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')
* mysqli support
* form field labels
* general cleanup and minor fixing
2007-02-16 10:45:53 +00:00
donal72
2541d297cf
Auth: Typo fix: exprire -> expire MDL-8151
2007-01-23 21:35:08 +00:00
donal72
1451836469
Mnet: In auth config, show which hosts have mnet/auth configured
2007-01-17 14:13:19 +00:00
donal72
8dc3de1629
Auth: Replace hardcoded strings: MDL-8069
2007-01-11 01:41:44 +00:00
donal72
e8b9d76a3f
Auth: Replace hardcoded strings: MDL-8069
2007-01-11 00:05:47 +00:00
donal72
a9ad3633c7
Auth: Replace hardcoded strings: MDL-8069
2007-01-10 23:17:51 +00:00
donal72
7d542ec91d
Auth: Replace hardcoded strings: MDL-8069
2007-01-10 21:43:04 +00:00
donal72
f9dff2433f
mnet: Replace hardcoded strings: MDL-8069
2007-01-10 00:39:15 +00:00
donal72
cd607643dc
mnet: Removed hardcoded English strings from some MNET files: MDL-8069
2007-01-05 05:58:39 +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
toyomoyo
3f5abcb20a
accessibility fixes
2006-12-14 07:48:40 +00:00
moodler
304d08f0c4
Merged tidy-ups from stable
2006-11-01 09:44:01 +00:00