##// END OF EJS Templates
login: Fix recaptcha. #4279...
login: Fix recaptcha. #4279 There was an error in the retrieval of private/public key from settings model. This leads to `None` as private key and this indicates that recaptcha is not active. Therefore it was never used no matter if private key was set or not.

File last commit:

r645:c8c27324 default
r1062:f920e065 default
Show More
slack.rst
20 lines | 755 B | text/x-rst | RstLexer

Slack integration

To set a Slack integration up, it is first necessary to set up a Slack webhook API endpoint for your Slack channel. This can be done at:

https://my.slack.com/services/new/incoming-webhook/

Select the channel you would like to use, and Slack will provide you with the webhook URL for configuration.

You can now create a Slack integration as outlined in :ref:`creating-integrations`.

Note

Some settings in the RhodeCode admin are identical to the options within the Slack integration. For example, if notifications are to be sent in a private chat, leave the "Channel" field blank. Likewise, the Emoji option within RhodeCode can override the one set in the Slack admin.