We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3125ed4 commit b89f8e3Copy full SHA for b89f8e3
src/plugins/register/index.js
@@ -42,7 +42,7 @@ converse.plugins.add('converse-register', {
42
api.settings.extend({
43
allow_registration: true,
44
domain_placeholder: __(' e.g. conversejs.org'), // Placeholder text shown in the domain input on the registration form
45
- providers_link: 'https://compliance.conversations.im/', // Link to XMPP providers shown on registration page
+ providers_link: 'https://providers.xmpp.net/', // Link to XMPP providers shown on registration page
46
registration_domain: ''
47
});
48
0 commit comments