mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-45242 Lib: Allow custom profile fields in showuseridentity
This commit is contained in:
parent
9ddb51b07e
commit
677e1c6248
9 changed files with 1353 additions and 92 deletions
|
@ -1205,7 +1205,9 @@ $string['setupsearchengine'] = 'Setup search engine';
|
|||
$string['showcommentscount'] = 'Show comments count';
|
||||
$string['showdetails'] = 'Show details';
|
||||
$string['showuseridentity'] = 'Show user identity';
|
||||
$string['showuseridentity_desc'] = 'When selecting or searching for users, and when displaying lists of users, these fields may be shown in addition to their full name. The fields are only shown to users who have the moodle/site:viewuseridentity capability; by default, teachers and managers. (This option makes most sense if you choose one or two fields that are mandatory at your institution.)';
|
||||
$string['showuseridentity_desc'] = 'When selecting or searching for users, and when displaying lists of users, these fields may be shown in addition to their full name. The fields are only shown to users who have the moodle/site:viewuseridentity capability; by default, teachers and managers. (This option makes most sense if you choose one or two fields that are mandatory at your institution.)
|
||||
|
||||
Fields marked * are custom user profile fields. You can select these fields, but there are currently some screens on which they will not appear.';
|
||||
$string['simplexmlrequired'] = 'The SimpleXML PHP extension is now required by Moodle.';
|
||||
$string['sitemenubar'] = 'Site navigation';
|
||||
$string['sitemailcharset'] = 'Character set';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue