Notify site administrators about new Email Signups

Maintained by Iñaki Arenaza
This plugin sends an email notification message to the 'Support email' address every time a new Moodle user account is created via the 'Email signup' authentication plugin. The notification message contains some essential details about the account just created (email address, full name and user account name). The email is sent when the user signs up, not when the user account is confirmed. So the plugin will notify even about accounts that may never be confirmed.
Price option: Free

Supports Moodle 2.7-4.5 See all versions
Latest release: 5 years ago
Installations: 304
Downloads (last 90 days): 50

Frankenstyle name: local_notifyemailsignup
Local plugins

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

Hello
Thank you so much for your plugin. It really helps.
Also it is really amazing that it is not in the core of the Moodle !
Regards
Hi @Reggie Frias,
I'm afraid it doesn work if the admin creates the user manually, unless the assigned authentication method (authentication plugin) is one that supports signups. Which doesn't include the manual authentication plugin. The only two standard authentication plugins that support signups are email and LDAP (other third party plugins might too).
The previous version of the plugin only supported the email authentication plugin, but I have just updated a new version (that only works in Moodle 3.6 or later) that supports any installed plugin with signup support. It shows the list of such authentication plugins and lets the administrador configure which ones we want to enable this plugin for.
But as I said, the plugin restricts that list to those authentication plugins that enable signup (which in my humble opinion is what makes sense). If you want to list every installed authentication plugin, whether they support signups or not, and enable any of them, you just need to comment out these lines in the plugin: https://github.com/iarenaza/moodle-local-notifyemailsignup/blob/master/settings.php#L43-L45.
Saludos.
Iñaki.
is this plugin work even admin created the user manually?
I need this kind of function
can someone help me?
@Iñaki Arenaza,
Thank you very much smile
@Pahalavan R D,
the plugin should work without changes with Moodle 3.9 (though I haven't tested it myself).
Please help me with Moodle 3.9
April 3rd 2020, confined at home due to Coronavirus. Problems with Moodle Welcome plugin.
Tried this plugin and IT WORKS PERFECTLY.
And the best of it is that it can be uploaded and updated directly from your Moodle installation more than manually through the Local folder in your server.
THANKS, Iñaki
Just tested it (in Moodle 3.8 current as of today) and it works as expected. I will update the info in the plugins database to reflect it.
As far as I know, it should work (but I haven't tested it myself yet). The core features this plugin uses haven't changed from Moodle 3.7 to Moodle 3.8, so it should work as expected.
Hello Iñaki,
Does this plugin work with Moodle 3.8?
Thank you!
this plugins does well its job ! but a little improvment to send the notification to all the admin users will be perfect.....at least, this option to choose the email...or the role or the users...
Hi Moodle Impleta,
it's already compatible with 3.5 and 3.6!
It's possible update for Moodle 3.5?
Hi Marvin,
as the plugin README states, the only thing that can be configured is the email message body. The message body is actually a language string. And as the README states, you can you can customise the content/wording of the notification messages by editing the language strings of the plugin through the built-in 'Language customisation' mechanism (see https://docs.moodle.org/en/Language_customisation).
Saludos.
Iñaki.
Where do you edit the settings of this plugin??