changeset 4210:a0937b5cfdcb

mod_invites_page: Remove preauth URI button This button is incompatible with the majority of XMPP clients around, yet based on feedback from users, many are drawn to click it when they have any XMPP client installed already. In the case where the user already has software installed, we would prefer them to select it from the software list so they can follow the setup process suited to their specific client (we already track which software supports preauth URIs). If their client is not listed, they can still use the manual registration link instead.
author Matthew Wild <mwild1@gmail.com>
date Fri, 16 Oct 2020 11:03:38 +0100
parents 37aa50ed79c1
children 0f26ae2f2a74
files mod_invites_page/html/invite.html
diffstat 1 files changed, 2 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/mod_invites_page/html/invite.html	Thu Oct 15 20:12:04 2020 +0200
+++ b/mod_invites_page/html/invite.html	Fri Oct 16 11:03:38 2020 +0100
@@ -74,16 +74,9 @@
 				<div id="install-buttons-container" class="container mt-2 text-center">
 				</div>
 
-				<h6 class="text-center">Already have a compatible app installed?</h6>
-
-				<div class="text-center">
-					<a href="{uri}" id="uri-cta" class="btn btn-secondary btn-sm">Open the app</a><br/>
-					<small class="text-muted">This button works only if you have a compatible app installed already!</small>
-				</div>
-				<br/>
 				<h5>Other software</h5>
-				<p>You can connect to {site_name} using any XMPP-compatible software. If the button above does not
-				work with your app, you may need to <a href="register?t={token}">register an account manually</a>.</p>
+				<p>You can connect to {site_name} using any XMPP-compatible software. If your preferred software is
+				not listed above, you may still <a href="register?t={token}">register an account manually</a>.</p>
 			</div>
 		</div>
 	</div>