Log of /moodle/lang/en_utf8/auth.php
Parent Directory
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 18 09:30:13 2010 WST (4 weeks, 2 days ago) by
mjollnir_
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.61: +2 -1 lines
Diff to
previous 1.61
mnet MDL-21278 print a list of potential idps on the login page with links
this adds a new contract auth plugin method (implemented as empty in the base class)
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 15 01:21:58 2009 WST (13 months ago) by
iarenaza
Branch:
MAIN
Changes since
1.52: +3 -1 lines
Diff to
previous 1.52
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.
Revision
1.30.2.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 6 17:21:40 2009 WST (13 months, 1 week ago) by
exe-cutor
Branch:
MOODLE_19_STABLE
Changes since
1.30.2.17: +9 -2 lines
Diff to
previous 1.30.2.17
, to
branch point 1.30
authentication: MDL-18116 Added Shibboleth logout handler URL, remove hard-coded strings to lang file, updated README
- Added a new setting logout_handler to the Shibboleth authentication settings
- Removed hard-coded strings in the configuration settings and replaced them with proper print_string expressions
- Added a logoutpage_hook function that (optinally) sends a user who clicks on the logout button to the Shibboleth logout handler after Moodle logout
- Updated README
Revision
1.18.2.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 6 06:47:32 2008 WST (20 months, 2 weeks ago) by
skodak
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_1810,
MOODLE_1811,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.18.2.12: +2 -2 lines
Diff to
previous 1.18.2.12
, to
branch point 1.18
, to
next main 1.62
MDL-13811 reworked unsetting of preferences and minor tweaks; backported from HEAD
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 11 19:34:50 2008 WST (2 years ago) by
nicolasconnault
Branch:
MAIN
Changes since
1.40: +2 -1 lines
Diff to
previous 1.40
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.
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 15 07:43:56 2007 WST (2 years, 4 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.32: +8 -1 lines
Diff to
previous 1.32
MDL-9399 auth/ldap: Strings for NTLM SSO
cvs: ----------------------------------------------------------------------
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 15 07:23:45 2007 WST (2 years, 4 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.31: +2 -2 lines
Diff to
previous 1.31
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...
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 22 04:33:42 2007 WST (2 years, 9 months ago) by
skodak
Branch:
MAIN
Changes since
1.27: +4 -2 lines
Diff to
previous 1.27
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
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 29 22:09:12 2007 WST (2 years, 10 months ago) by
skodak
Branch:
MAIN
Changes since
1.26: +10 -1 lines
Diff to
previous 1.26
MDL-8813 Cas auth for 1.8x - credit goes to Jérôme Gutierrez; TODO: redirection after failed login; merged from MOODLE_18_STABLE
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 22 21:28:04 2007 WST (2 years, 11 months ago) by
skodak
Branch:
MAIN
Changes since
1.21: +2 -1 lines
Diff to
previous 1.21
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
Revision
1.18.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 16 19:48:07 2007 WST (3 years, 1 month ago) by
skodak
Branch:
MOODLE_18_STABLE
Changes since
1.18: +15 -4 lines
Diff to
previous 1.18
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
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 16 19:45:54 2007 WST (3 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.18: +15 -4 lines
Diff to
previous 1.18
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
Revision
1.4.4.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 1 17:37:06 2006 WST (3 years, 4 months ago) by
moodler
Branch:
MOODLE_17_STABLE
CVS Tags:
MOODLE_17,
MOODLE_171,
MOODLE_172,
MOODLE_173,
MOODLE_174,
MOODLE_175,
MOODLE_176,
MOODLE_177,
MOODLE_17_BETA2,
MOODLE_17_MERGED,
MOODLE_17_WEEKLY
Changes since
1.4.4.2: +40 -40 lines
Diff to
previous 1.4.4.2
, to
branch point 1.4
, to
next main 1.62
Tidied up string files
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 25 05:30:25 2006 WST (3 years, 4 months ago) by
skodak
Branch:
MAIN
Changes since
1.5: +2 -2 lines
Diff to
previous 1.5
Lang file for auth specifies incorrect file path in lang/en_utf8/auth.php MDL-7205 revisited - new patch by Martin Langhoff; merged from MOODLE_17_STABLE
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 25 04:50:09 2006 WST (3 years, 4 months ago) by
skodak
Branch:
MAIN
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
Lang file for auth specifies incorrect file path in lang/en_utf8/auth.php MDL-7205 - found by Inaki Arenaza; merged from MOODLE_17_STABLE
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.