Moodle welcome
Maintained by
Bas Brands
Sends a welcome message to new users, sends a notification to a moderator of the new user creation
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
are there any plans to add Moodle 2.8 support to this plugin? Or is it fully compatible and just the compatibility info has not been upgraded yet?
Of course the plugin can't access encrypted passwords in the database, but if what you're trying to achieve is for new users (well, users imported by CSV) to get an HTML-formatted, admin-customisable email with their password, then there's another solution.
It's possible to set a new password for each user during e-mail sending; if they have never seen the one that Moodle itself generated, then generating and saving a new one is of no (minimal?) consequence.
The following patch (against version 2014101300 of this plugin) generates and sets a password per-user, and makes it available as `newpasswordtext` following the example of Moodle core: http://pastebin.com/yAPTYDTS
Changes made available under GNU GPL v3 or later.
Cheers,
C
Super ! (in french...)
Your plugin is very useful
Daniel
Soon for Moodle 2.7 ?
cheers
Daniel
My selfish reason-- I want to send it only to teachers. So, those with an email pattern unique to teacher accounts at our institution.
Yes I know that Moodle could send out randomized passwords when uploading users. Do you know of any "work around" that would be able to combine that initial password email WITH a customized "Welcome" message (e.g. using this plugin)? I think maybe two emails for each new student is a little bit too much for students. Thanks again!
Thanks