Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Akamu
Game Server Go
Commits
ea670b3d
Commit
ea670b3d
authored
Oct 04, 2020
by
Julien Schröter
Committed by
Julien Schröter
Oct 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix link in registration verification email
parent
3029f670
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
assets/email/registrationVerification.tmpl
assets/email/registrationVerification.tmpl
+12
-3
No files found.
assets/email/registrationVerification.tmpl
View file @
ea670b3d
<div
style="font: 18px/20px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; width: 80%; margin: 20px auto; color: #555;"
style="
font: 18px/20px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
Segoe UI Symbol;
width: 80%;
margin: 20px auto;
color: #555;
"
>
<img src="https://akamu.de/img/logo.svg" height="50px" width="64px" />
<div style="width: 100%; margin: 30px auto
;
">
<div style="width: 100%; margin: 30px auto">
<b style="line-height: inherit; color: #000">
Your Account has been created!
</b>
...
...
@@ -12,7 +19,9 @@
account, go ahead and click the following link:
</p>
<p>
<a href="https://dev.akamu.de/api/v2/verify?token={{.Token}}">https://dev.akamu.de/api/verify?token={{.Token}}</a>
<a href="https://dev.akamu.de/api/v2/verify?token={{.Token}}"
>https://dev.akamu.de/api/v2/verify?token={{.Token}}</a
>
</p>
<p>Note that the link is only valid for 24 hours.</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment