-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e-mail-confirmation setting to "no" not working #37
Comments
Further testing: another site with Moodle 3.6.4 - everything works except the e-mail-setting: a confirmation mail is sent anyway and the account initially is not confirmed. |
There might be 2 things going on here which complicate each other, the first one is definitely an issue with sending email and would apply to all emails not just the signup ones. In the second one can you provide some more detail, ie a screen shot of the settings page? Also are you testing with the latest code from this repo and not the plugins directory? |
Confirming the same thing occurs on Moodle 3.8.1+ To be clear, the value specified in the config settings for 'Require email confirmation' does not work. |
I realized there is a difference between the settings: Set to "yes": the email is sent but the registration is not halted. Email-confirmation is still needed, but the course can be entered immediately. Set to "no": the email is sent and the registration is halted. Only after confirming from the email the site can be entered and the user is enrolled in the course. However the course is not immediately entered. |
Ahhh, I misunderstood. Would it be possible to have all three options?
|
Yes I did not get that, too, until I tried both. At least the wording for the setting is misleading. I would like to see those 3 options, too.... Also I wonder: now after registration the user gets an inbetween-page with an alert showing a link to the course. Is that extra step really necessary? |
@VOOM108 can you please retest using the latest master |
Add branches table to readme file #37
I've just tested using the latest master and can confirm that this issue is now fixed - using the appropriate setting no longer requires email confirmation. Thank you. Are there any plans to release a new version on Moodle.org? Is there anything we could help with? |
I am testing the plugin on a Moodle 3.5 Site. Everything is set up as described. When trying to sign up with an enrolment key, I get this error (with verbose debugging):
The new user is created, but he still needs to confirm his E-Mail, though that is set to "no" in the plugin settings. Also the user is not enrolled in the course with the resp. enrolment key.
While there may also be a problem with our mailsettings, the plugin should not try to send any e-mail at all. Any idea, why the setting does not work?
The text was updated successfully, but these errors were encountered: