For each event attendee added to the system as a Person, we should try to email them (either at an email facebook gives us, or by emailing {fbusername}@facebook.com, which usually forwards to the user's primary email address). In our email, we can have a link to a profile page for the user on which he/she can fill out his skills and wantsTo Learn.
I'm thinking we probably don't want to have full sign-in protecting this page, so it's probably enough to have it accessible at a hidden url that we email the person. The url could just be something like http://cms.tnyu.org/users/{userId}/profile, where userId would be set up to be long and hard to guess (it isn't currently)
For each event attendee added to the system as a Person, we should try to email them (either at an email facebook gives us, or by emailing {fbusername}@facebook.com, which usually forwards to the user's primary email address). In our email, we can have a link to a profile page for the user on which he/she can fill out his skills and wantsTo Learn.
I'm thinking we probably don't want to have full sign-in protecting this page, so it's probably enough to have it accessible at a hidden url that we email the person. The url could just be something like http://cms.tnyu.org/users/{userId}/profile, where userId would be set up to be long and hard to guess (it isn't currently)