chitechdiversity / Chi-Tech-Diversity-Site

A tiny web application to invite a user info your slack team.
http://chitechdiversity.com
MIT License
1 stars 7 forks source link

Feature/handrolled recaptcha #11

Closed kexline4710 closed 8 years ago

kexline4710 commented 8 years ago

I tinkered with using some node modules to handle the recaptcha like simple-recaptcha, but the configuration always seemed to give me trouble. Thus, it seemed simpler to just handle the verification without the use of a module as shown here.

There are a lot of indentation changes so I recommend viewing this page without the whitespace (add ?w=1 to the end of the url above).

Solves this issue: https://github.com/chitechdiversity/slack-invite-automation/issues/4

bbbco commented 8 years ago

I just wanted to say thanks for this. I incorporated your code into our slack-inviter app. The only thing that you were missing was the line on the index.jade to include the g-recaptcha div.