OperationCode / back-end

OperationCode's main back-end server
https://operationcode.org
MIT License
13 stars 30 forks source link

Only send slack invite after user verifies email #360

Open aewens opened 4 years ago

aewens commented 4 years ago

Description of changes

Before the slack invites were sent when the user registers their email, but now will be sent after the email is verified. This ensures only users with valid email addresses (and not parked or fake accounts) get invited to slack.

Issue Resolved

Fixes #359

aewens commented 4 years ago

I'll have the test issue fixed in a moment.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit fffe6f8a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 99.4%.

View more on Code Climate.