From 9e27d596000863212289194e2e8c8a838634e63f Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 28 Sep 2006 07:07:54 +0000 Subject: [PATCH] Documentation and strings for Default Role --- course/edit.html | 2 +- lang/en_utf8/help/coursedefaultrole.html | 10 ++++++++++ lang/en_utf8/role.php | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 lang/en_utf8/help/coursedefaultrole.html diff --git a/course/edit.html b/course/edit.html index 3015faf460..7b3abc8a9d 100644 --- a/course/edit.html +++ b/course/edit.html @@ -135,7 +135,7 @@ ?> - : + : Default Role

+ +

This role is what people get when no role is explicitly assigned, + such as when people are self-enrolling in your course using a password.

+ +

It's also used as a default by enrolment plugins that may be enrolling + participants in this course based on data from other systems.

+ +

Most of the time this would be left to the Site Default setting so that + the Site Administrator can decide the default role for all courses.

diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index f0530f956a..3c627c6fae 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -10,6 +10,7 @@ $string['capability'] = 'Capability'; $string['capabilities'] = 'Capabilities'; $string['currentrole'] = 'Current role'; $string['currentcontext'] = 'Current context'; +$string['defaultrole'] = 'Default role'; $string['defineroles'] = 'Define roles'; $string['deleterolesure'] = '

Are you sure, that you want to delete role \"$a->name ($a->shortname)\"?

Currently this role is assigned to $a->count users.

'; $string['editrole'] = 'Edit role'; -- 2.39.5