mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-36514 add new option to prevent only new self enrolments
Hopefully this will resolve all confusion around the enrol->status flag in this plugin.
This commit is contained in:
parent
ca48fe5f97
commit
e1fa177cf9
7 changed files with 45 additions and 4 deletions
|
@ -69,6 +69,9 @@ $string['maxenrolled'] = 'Max enrolled users';
|
|||
$string['maxenrolled_help'] = 'Specifies the maximum number of users that can self enrol. 0 means no limit.';
|
||||
$string['maxenrolledreached'] = 'Maximum number of users allowed to self-enrol was already reached.';
|
||||
$string['messageprovider:expiry_notification'] = 'Self enrolment expiry notifications';
|
||||
$string['newenrols'] = 'Allow new enrolments';
|
||||
$string['newenrols_desc'] = 'Allow users to self enrol into new courses by default.';
|
||||
$string['newenrols_help'] = 'This setting determines whether a user can enrol into this course.';
|
||||
$string['nopassword'] = 'No enrolment key required.';
|
||||
$string['password'] = 'Enrolment key';
|
||||
$string['password_help'] = 'An enrolment key enables access to the course to be restricted to only those who know the key.
|
||||
|
@ -92,9 +95,9 @@ $string['sendcoursewelcomemessage'] = 'Send course welcome message';
|
|||
$string['sendcoursewelcomemessage_help'] = 'If enabled, users receive a welcome message via email when they self-enrol in a course.';
|
||||
$string['showhint'] = 'Show hint';
|
||||
$string['showhint_desc'] = 'Show first letter of the guest access key.';
|
||||
$string['status'] = 'Allow self enrolments';
|
||||
$string['status_desc'] = 'Allow users to self enrol into course by default.';
|
||||
$string['status_help'] = 'This setting determines whether a user can enrol (and also unenrol if they have the appropriate permission) themselves from the course.';
|
||||
$string['status'] = 'Enable existing enrolments';
|
||||
$string['status_desc'] = 'Enable self enrolment method in new courses.';
|
||||
$string['status_help'] = 'If disabled all existing self enrolments are suspended and new users can not enrol.';
|
||||
$string['unenrol'] = 'Unenrol user';
|
||||
$string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
|
||||
$string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue