i just read meteor's accounts config options, "restrictCreationByEmailDomain" option is awesome
Accounts.config({ restrictCreationByEmailDomain: 'school.edu' })
i want to know can i use a list of domains separated by comma or array in place of 'school.edu' is there any simple tutorial for meteor accounts system ? pls help