Moodle Plugins directory: Email-based self-registration with admin confirmation | Moodle.org
Email-based self-registration with admin confirmation
Authentication ::: auth_emailadmin
Maintained by
Felipe Carasso
Provides email-based self-registration with admin confirmation instead of user confirmation.
Latest release:
1353 sites
706 downloads
125 fans
Current versions available: 5
Please read the INSTALL file carefully
Moodle plugin to provide email self-registration with admin confirmation.
The confirmation email is sent to the main admin account's email address.
When the admin clicks on the confirmation link, a "welcome" email is sent to the user.
Email body needs to be customized within the language file.
Based on default email-based self-registration module.
What's new in 1.4.6
================
Issues fixed (thanks to KerstinSc, deds:, gmrsagar for their contributions):
================
Compatibility fix for Moodle 3.9
What's new in 1.4.4
================
What's new in 1.4.3
================
fix(ISSUE-17): repairs lock user fields, db update
feat(ISSUE-18): adds support for notifying users with user update capability
fix(ISSUE-21): updates config to use settings api
fix(ISSUE-25): makes use of lib function to gather profile fields
What's new in 1.4.2
================
fix(ISSUE-26): adds login and capability check to confirm.php (fixes phantom user-confirm)
Moodle plugin to provide email self-registration with admin confirmation.
The confirmation email is sent to the main admin account's email address.
When the admin clicks on the confirmation link, a "welcome" email is sent to the user.
Email body needs to be customized within the language file.
Based on default email-based self-registration module.
What's new in 1.4.6
================
Issues fixed (thanks to KerstinSc, deds:, gmrsagar for their contributions):
ISSUE-50: Proper escaping of single qutoes in lang file,
ISSUE-45: User can login without admin's intervention (using Re-send confirmation button),
ISSUE-42: Privacy provider test failing,
ISSUE-38: Confirmation message to the admin gives randomly wrong user name.
What's new in 1.4.5================
Compatibility fix for Moodle 3.9
What's new in 1.4.4
================
fix(ISSUE-29): repairs config reference for Captcha after Settings API migration
What's new in 1.4.3
================
fix(ISSUE-17): repairs lock user fields, db update
feat(ISSUE-18): adds support for notifying users with user update capability
fix(ISSUE-21): updates config to use settings api
fix(ISSUE-25): makes use of lib function to gather profile fields
What's new in 1.4.2
================
fix(ISSUE-26): adds login and capability check to confirm.php (fixes phantom user-confirm)
Contributors
Felipe Carasso (Lead maintainer)
Please login to view contributors details and/or to contact them
Is it possible to un-enroll a student after they have been confirmed and added to the course? I don't see an option for that, or even the option to auto-unenroll after a period of inactivity.
Serena.
In the plugin's settings, when choosing who should receive notifications, it would be cool if named administrators could be displayed with full name (first and last, respecting Moodle's setting), better than username.
Séverin
Still we need to use the previous patches to avoid the activation by passing issues?
How we can validate the user email in this option
user emails need to validate before admin approve as users making spelling errors
Account request submit >> user get verification link >> user click on link and verified >> admin get approval link >> admin approved >> account activated.
Is there any workaround that we can implement?
Thanks
Will this work in Moodle 4.1 +?
I'm currently working with a 3.11 installation, and sooner or later will need to update to 4.1 but since i don't see the option for installing it with the package manager, I was just wondering if it just needs to be done manually, or if there are any compatibility issues with more recent versions.
Thank you very much.
Has anyone tested this on 4.1, does it work?
We're currently on 3.11 and will be updating to 4.1 shortly.
Thanks
Domenic
We need this plugin in order to set some custom user profile fields before users' accounts are activated to ensure they can access the relevant content on our site. We are currently running 3.11 and are planning to upgrade to 4.3 later this year. I've done a test upgrade and this plugin is working for us in 4.3. Very happy about that!
Thanks for this very useful plugin!
Quintin
Actually I have one problem,
When it sends user confirmation to the registered user, it uses admin user language not registered user.for example My user registed via armenian version, and in db user lang is armenian, but when admin language is English and he confirm user , user gets Englsuh version, but it will be good if user gets the mail what language he is using.
Thanks