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.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
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
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.
I need this kind of function
can someone help me?
Thank you very much
the plugin should work without changes with Moodle 3.9 (though I haven't tested it myself).
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
Does this plugin work with Moodle 3.8?
Thank you!
it's already compatible with 3.5 and 3.6!
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.