You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
To ensure that Go is not being abused, Go sends the SRCT Exec Board Slack messages when some actions are taken. Right now, this is done when a user adds a link, but it should also occur when a user signs up.
There are a couple utility functions in utils.py that enable this. Add another function to build a message for user signup, and send use the send_slack_message to send it when a user signs up.
The text was updated successfully, but these errors were encountered:
To ensure that Go is not being abused, Go sends the SRCT Exec Board Slack messages when some actions are taken. Right now, this is done when a user adds a link, but it should also occur when a user signs up.
There are a couple utility functions in utils.py that enable this. Add another function to build a message for user signup, and send use the
send_slack_message
to send it when a user signs up.The text was updated successfully, but these errors were encountered: