change verification to synonyms #76

Open
opened 2020-11-26 16:53:14 +00:00 by Lithium · 1 comment
Lithium commented 2020-11-26 16:53:14 +00:00 (Migrated from zxq.co)

This commit addresses the fundamental issue of players not being able to distinguish between an email verification and activating their ripple account by connecting to ripple's bancho implementation.

Hopefully this helps

Original pull request patch:

From 4a3bd0a2283aaae8b99b9010d7c1cc712f146881 Mon Sep 17 00:00:00 2001
From: Lithium <maxkruse1996@gmail.com>
Date: Fri, 2 Oct 2020 18:12:20 +0200
Subject: [PATCH] change verification to synonyms

This commit addresses the fundamental issue of players not being able to distinguish between an email verification and activating their ripple account by connecting to ripple's bancho implementation.

Hopefully this helps
---
 templates/register/verify.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/register/verify.html b/templates/register/verify.html
index c2940e9..3381371 100644
--- a/templates/register/verify.html
+++ b/templates/register/verify.html
@@ -1,7 +1,7 @@
 {{ define "tpl" }}
 <div class="ui container">
 	<div class="ui segment">
-		{{ .T "Your account has been created, however it still <b>needs to be verified!</b> Please log in into <b><u>osu! (the game)</u></b> using your account. <b>There is <u>no email confirmation</u> at the moment. All you need to do is connect to Ripple from the osu! client!</b> If you're having trouble, <a href='/doc/1'>follow this guide</a>." | html }}
+		{{ .T "Your account has been created, however it still <b>needs to be activated!</b> Please log in into <b><u>osu! (the game)</u></b> using your account. <b>There is <u>no email confirmation</u> at the moment. All you need to do is connect to Ripple from the osu! client!</b> If you're having trouble, <a href='/doc/1'>follow this guide</a>." | html }}
 	</div>
 	<div class="ui centered error  message">
 		{{ .T "<b class='big text'>Do not let anyone except yourself log into your Ripple account!</b><br> Get on our <a href='%s'>Discord server's</a> #help channel instead (after following the steps on this page) so that we can help you out if you have trouble connecting." (config "DiscordServer") | html }}
@@ -20,7 +20,7 @@
 		</p>
 	</div>
 	<div class="ui center aligned segment">
-		<h1 class="ui heading">{{ .T "Waiting for verification" }}</h1>
+		<h1 class="ui heading">{{ .T "Waiting for Ingame Login" }}</h1>
 		<i class="circle notched huge loading icon"></i>
 	</div>
 </div>
-- 
2.20.1


This commit addresses the fundamental issue of players not being able to distinguish between an email verification and activating their ripple account by connecting to ripple's bancho implementation. Hopefully this helps _Original pull request patch:_ ``` From 4a3bd0a2283aaae8b99b9010d7c1cc712f146881 Mon Sep 17 00:00:00 2001 From: Lithium <maxkruse1996@gmail.com> Date: Fri, 2 Oct 2020 18:12:20 +0200 Subject: [PATCH] change verification to synonyms This commit addresses the fundamental issue of players not being able to distinguish between an email verification and activating their ripple account by connecting to ripple's bancho implementation. Hopefully this helps --- templates/register/verify.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/register/verify.html b/templates/register/verify.html index c2940e9..3381371 100644 --- a/templates/register/verify.html +++ b/templates/register/verify.html @@ -1,7 +1,7 @@ {{ define "tpl" }} <div class="ui container"> <div class="ui segment"> - {{ .T "Your account has been created, however it still <b>needs to be verified!</b> Please log in into <b><u>osu! (the game)</u></b> using your account. <b>There is <u>no email confirmation</u> at the moment. All you need to do is connect to Ripple from the osu! client!</b> If you're having trouble, <a href='/doc/1'>follow this guide</a>." | html }} + {{ .T "Your account has been created, however it still <b>needs to be activated!</b> Please log in into <b><u>osu! (the game)</u></b> using your account. <b>There is <u>no email confirmation</u> at the moment. All you need to do is connect to Ripple from the osu! client!</b> If you're having trouble, <a href='/doc/1'>follow this guide</a>." | html }} </div> <div class="ui centered error message"> {{ .T "<b class='big text'>Do not let anyone except yourself log into your Ripple account!</b><br> Get on our <a href='%s'>Discord server's</a> #help channel instead (after following the steps on this page) so that we can help you out if you have trouble connecting." (config "DiscordServer") | html }} @@ -20,7 +20,7 @@ </p> </div> <div class="ui center aligned segment"> - <h1 class="ui heading">{{ .T "Waiting for verification" }}</h1> + <h1 class="ui heading">{{ .T "Waiting for Ingame Login" }}</h1> <i class="circle notched huge loading icon"></i> </div> </div> -- 2.20.1 ```
Nyo commented 2020-10-02 20:54:36 +00:00 (Migrated from zxq.co)

have you deployed this laready?

have you deployed this laready?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ripple/hanayo#76
No description provided.