mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
![]() Works currently only with ldap-module (tested with e-directory), but other modules could be extended too by adding following functions: function auth_user_exists ($username) { //returns true if given username already exists on authetication database } function auth_user_create ($userobject,$plainpass) { //create new user to authentication database //in inactive state (if posible) //returns true if user is created } function auth_user_activate ($username) { //activate external user after email-address is confirmed //returns true if user is activated } |
||
---|---|---|
.. | ||
ar | ||
ca | ||
de | ||
en | ||
en_us | ||
es_ar | ||
es_es | ||
es_mx | ||
fi | ||
fr | ||
id | ||
it | ||
ja | ||
nl | ||
no | ||
pt | ||
pt_br | ||
sv | ||
th | ||
tr | ||
zh_cn | ||
README |
This directory contains language packages that define all the text to render Moodle in a particular language. Each language is named according to the standard 2-letter language name, as defined in: lib/languages.php Some languages have an added "locale" added to them.