I added emailstop myself.
Reference: http://moodle.org/mod/forum/discuss.php?d=33371
This did the trick.
Patrick Malley
Posts made by Patrick Malley
Thanks John. This gives me a place to start. Much appreciated.
John,
This doesnt make sense! See the conversation I was replying to.
Plus, MoodleDocs has the following:
Source: http://docs.moodle.org/en/Upload_users
Am I missing something?
This doesnt make sense! See the conversation I was replying to.
Plus, MoodleDocs has the following:
Turn email off: The parameter emailstop must be set to 1 if the email address should not work. If you set it to 0 then the email address is switched on. If you want to have all the email addresses active then you do not need the additional parameter in your upload file.
Source: http://docs.moodle.org/en/Upload_users
Am I missing something?
Could someone please test this for me, as I'm having trouble getting it to work.
Here's what I'm using:
username,password,firstname,lastname,email,emailstop,lang,idnumber,autosubscribe,maildisplay
test1,secret,bob,mctest,mctest@example.com,1,en_us,34543,0,0
I upload this and get:
"emailstop" is not a valid field name.
Using 1.8.2+
Here's what I'm using:
username,password,firstname,lastname,email,emailstop,lang,idnumber,autosubscribe,maildisplay
test1,secret,bob,mctest,mctest@example.com,1,en_us,34543,0,0
I upload this and get:
"emailstop" is not a valid field name.
Using 1.8.2+
Thanks Marty - I have updated my files with the above fix as well. Very helpful.