Description
I'm referring specifically to codeforphilly.org's install; I'm not sure how much the running version diverts from this codebase.
Basically, Slack has a privacy policy and terms of service that users implicitly agree to when they create a Slack account. codeforphilly.org creates the user a Slack account upon their registration for the site without warning or asking them.
I'm not actually sure if it happens upon registration or upon browsing to https://codeforphilly.org/chat
while logged in. For the former, I suggest adding an opt-in or opt-out tickbox for Slack to the registration page which links to Slack's terms of service and privacy policy. For the latter, I suggest placing a intermediary page between /chat
and the redirect which asks for the user's authorization, again linking to the Slack terms of service and privacy policy.