1 |
efrain |
1 |
copyright 2017 Bas Brands, Basbrands.nl
|
|
|
2 |
author Bas Brands bas@sonsbeekmedia.nl
|
|
|
3 |
license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
4 |
|
|
|
5 |
CHANGES
|
|
|
6 |
version 2021082600:
|
|
|
7 |
|
|
|
8 |
Privacy provider implementation by Cameron Ball.
|
|
|
9 |
|
|
|
10 |
version 2017010400:
|
|
|
11 |
|
|
|
12 |
Updated to API event handlers version 2 for Moodle 3.1 and newer. Thanks to Nadav Kavalerchik!
|
|
|
13 |
|
|
|
14 |
version 2015100300:
|
|
|
15 |
|
|
|
16 |
All profile fields / custom profile fields are now available for usage. To see
|
|
|
17 |
the available fields navigate to /local/welcome/index.php
|
|
|
18 |
|
|
|
19 |
version 2015042900:
|
|
|
20 |
|
|
|
21 |
Added an option to select the authentication methods that will trigger a
|
|
|
22 |
welcome message. This way you can use the welcome plugin for manual authentication
|
|
|
23 |
an disable it for (for example) email based self registration.
|
|
|
24 |
|
|
|
25 |
ABOUT
|
|
|
26 |
|
|
|
27 |
This plugin for Moodle sends a configurable welcome message to new users.
|
|
|
28 |
|
|
|
29 |
The plugin uses the event system in Moodle and will be triggerd when a new
|
|
|
30 |
user is created, no matter if this was a manually created account or an
|
|
|
31 |
account created using self registration.
|
|
|
32 |
|
|
|
33 |
SETTINGS
|
|
|
34 |
|
|
|
35 |
This local plugin allows you to configure:
|
|
|
36 |
|
|
|
37 |
The email message / subject to the new user
|
|
|
38 |
The email message / subject for the moderator / admin
|
|
|
39 |
The email address for the moderator / admin
|
|
|
40 |
The firstname / lastname of the admin
|
|
|
41 |
|
|
|
42 |
|
|
|
43 |
SAMPLE MESSAGE
|
|
|
44 |
|
|
|
45 |
Welcome [[fullname]]
|
|
|
46 |
|
|
|
47 |
Your Moodle account has been created and you're ready to go! Your account has
|
|
|
48 |
been created with the following details:
|
|
|
49 |
|
|
|
50 |
Name: [[fullname]],
|
|
|
51 |
Username: [[username]],
|
|
|
52 |
Firstname: [[firstname]],
|
|
|
53 |
Lastname: [[lastname]],
|
|
|
54 |
Email: [[email]],
|
|
|
55 |
City: [[city]],
|
|
|
56 |
Country: [[country]]
|
|
|
57 |
|
|
|
58 |
Feel free to reach out to us at any time through our email, on twitter or google+
|
|
|
59 |
|
|
|
60 |
Cheers,
|
|
|
61 |
|
|
|
62 |
|
|
|
63 |
INSTALLATION
|
|
|
64 |
|
|
|
65 |
Just place the welcome directory inside your Moodle's local directory.
|
|
|
66 |
Install the plugin and browse to:
|
|
|
67 |
|
|
|
68 |
Site Administration->Plugins->Local plugins->Moodle welcome
|