70 Commits

Author SHA1 Message Date
David Mudrak
190bbc1603 MDL-29135 Reworded login prompt with SSO over MNet enabled 2011-08-27 18:25:31 +02:00
Petr Skoda
c6a074f867 MDL-26795 fix incorrect location of email change strings
AMOS BEGIN
 MOV [auth_emailchangecancel,auth_email],[emailchangecancel,core_auth]
 MOV [auth_emailchangepending,auth_email],[emailchangepending,core_auth]
 MOV [auth_emailupdate,auth_email],[emailupdate,core_auth]
 MOV [auth_emailnowexists,auth_email],[emailnowexists,core_auth]
 MOV [auth_emailupdatemessage,auth_email],[emailupdatemessage,core_auth]
 MOV [auth_emailupdatesuccess,auth_email],[emailupdatesuccess,core_auth]
 MOV [auth_emailupdatetitle,auth_email],[emailupdatetitle,core_auth]
 CPY [auth_emailnoemail,auth_email],[noemail,auth_ldap]
AMOS END
2011-03-27 17:19:23 +02:00
Petr Skoda
99f9f85f00 MDL-23489 auth plugins can specify own edit profile url - patch submitted by Jay Knight + tweaking change password url to use new moodle_url at the same time, it is backwards compatible, custom plugins may still use string url for now 2010-08-18 22:07:00 +00:00
Helen Foster
50a7e819ee MDL-22916 lang string rewording thanks to Andrea Bicciolo 2010-07-06 13:10:41 +00:00
David Mudrak
8db551df1c MDL-21695 Replaced recaptcha.html
AMOS BEGIN
 HLP recaptcha.html,[recaptcha_help,core_auth]
AMOS END
2010-06-28 14:38:47 +00:00
Helen Foster
53ef9e3a1e MDL-21695 adding help string 2010-05-18 20:26:25 +00:00
Martin Dougiamas
a42c1609d7 MDL-22416 More Upper Case Issues 2010-05-11 08:38:31 +00:00
David Mudrak
226de8b7e7 MDL-21695 authchange.html replaced with a help string
AMOS BEGIN
 HLP authchange.html,[chooseauthmethod_help,core_auth]
AMOS END
2010-05-06 16:56:04 +00:00
Helen Foster
1aa7d9a016 MDL-21695 adding help strings 2010-05-06 08:16:58 +00:00
Petr Skoda
c1933f6de0 MDL-21694 removing unsued strings from auth.php - the strings were copied to auth plugins before 2010-04-11 16:25:10 +00:00
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
moodler
cfa40737cf Removing all the language packs from HEAD!! 8-D 2006-02-06 09:22:14 +00:00
martinlanghoff
b099203d37 Committing lang files associated to auth/radius -- a module contributed by Clive Gould <clive@ce.bromley.ac.uk> 2006-01-16 05:24:08 +00:00
martinlanghoff
6e45da59d1 auth/db and password-generation - required strings. 2006-01-16 02:54:56 +00:00
koenr
88afc297c7 missing / in <br /> 2005-11-01 08:12:54 +00:00
exe-cutor
2c4e3d9514 Added some Shibboleth error messages 2005-10-31 15:49:53 +00:00
thepurpleblob
88e0c93d26 Added some strings for improved (multiple auth friendly) password handling. 2005-09-22 14:10:48 +00:00
stronk7
607635dbbc One string addded. 2005-07-14 15:42:17 +00:00
martinlanghoff
99ec0971be Merged from MOODLE_15_STABLE Added missing auth strings for field locks 2005-06-07 05:05:43 +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
martinlanghoff
22693f4aff Auth/LDAP -- a proper dropdown for search subcontexts option 2005-05-17 03:50:20 +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
thepurpleblob
2311ad664e Fixed typo in ldap stuff 2005-05-12 13:36:47 +00:00
moodler
e671b64e11 Added new help file for authentication-method changing 2005-05-05 04:41:13 +00:00
exe-cutor
6a15e398f0 Changed auth_shib_instructions_help to make it conform with the README 2005-05-04 14:42:34 +00:00
moodler
648fdb81c9 Cleaning up configuration 2005-04-17 13:27:43 +00:00
ikawhero
5b2ae5848c Can provide an alternate page for the login form.
The page must contain a form with an action field set to /login/index.php
and return fields username and password

TODO
It may be worth checking the URL when it's entered at admin/auth.php
to ensure it is at least pointing to a valid page as an incorrect URL
could potentially lock all users out of a site.
2005-04-01 07:39:27 +00:00
moodler
7899519293 English fixes ;-) 2005-03-14 13:11:10 +00:00
phoenixfr
f4fc81160b new lines for login cas module 2005-03-14 13:06:43 +00:00
phoenixfr
bb52a457eb cas_enabled 2005-03-11 17:32:52 +00:00
koenr
d0e7f29362 typo 2005-03-10 21:54:19 +00:00
phoenixfr
d840974c26 CAS new line 2005-03-10 09:29:05 +00:00
moodler
09840894b2 Just some cleaning up of the English 2005-03-09 13:04:31 +00:00
phoenixfr
c220c8d8a5 Updates for CAS values 2005-03-09 12:53:11 +00:00
moodler
3e060c5c69 Updated strings, moved from moodle.php 2005-02-09 13:49:49 +00:00
koenr
3ff20ca145 moving towards XHTML compliance 2005-01-07 23:55:49 +00:00
paca70
dea3ce5b03 Added missing string for ldap_opt_deref 2004-11-08 19:34:43 +00:00
paca70
089b19f631 Fixed bug 2012
Started work with bug 2007
Bug 1969 is partacaly fixed. ldap-module supports now password expiration.
Some work with bugs 761 and 1730

Changes in login/index.php
Reordered some code to make variables reusable in multiple places.
Added redirection in case of expired password
2004-09-28 12:39:20 +00:00
paca70
d89430abdf Changes to configuration interface 2004-09-27 14:19:32 +00:00
paca70
ad95a28f2b Added easy interface to specify ldap-attribute types and objectclasses.
Just select ldap-server type and you are done. Old variables can still be used
to override builtin settings.


TRANSLATORS NOTICE:
Some ldap-fields are now optional!
2004-09-24 07:14:44 +00:00
moodler
11e16b9698 Merged additions from stable (for PAM) 2004-09-24 04:47:23 +00:00
paca70
a6698a1387 Added more commentts about user cretion. 2004-09-22 11:07:45 +00:00
paca70
8c9c0e8588 Cleaned config.html
Added configuration for expired passwords.
2004-09-22 08:28:56 +00:00
paca70
c29890b5d8 Some cleanups 2004-09-21 13:20:13 +00:00
moodler
d35757eb25 Merged/cleaned changes from MOODLE_15_LDAP to HEAD ...
please don't use the MOODLE_15_LDAP branch any more.
2004-09-20 09:08:57 +00:00
gustav_delius
dcb1bd3c9a towards XHTML compliance 2004-09-12 13:21:01 +00:00
moodler
58a524be4d FIxes for POP3 from Rudy Scott http://moodle.org/mod/forum/discuss.php?d=9131 2004-08-15 17:21:01 +00:00
paca70
93b7b5bac8 Updated description 2004-08-15 16:09:32 +00:00