diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-16 19:13:58 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-16 19:13:58 +0000 |
commit | 7b0bd05fbe6be4b1f92ef396a43af1b8e4763312 (patch) | |
tree | 8c61a2d881b3c262118eb4924848de8236bdc535 | |
parent | 16fe8d754c183fbbecd5122c743f4079869a1f95 (diff) | |
download | website-master.tar.gz website-master.tar.bz2 website-master.tar.xz website-master.zip |
* Updated two more download links
* Made the content a little narrower
* Removed outdated notice about CAPTCHA issues
-rw-r--r-- | src/App.vue | 2 | ||||
-rw-r--r-- | src/views/AccountRecovery.vue | 6 | ||||
-rw-r--r-- | src/views/Registration.vue | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/src/App.vue b/src/App.vue index e01a44c..11d5cb5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,7 +79,7 @@ "footer footer"; & > .content { background: url(assets/page_footer.webp) no-repeat left bottom #E1D6CF; - min-width: 890px; + min-width: 870px; padding-bottom: 200px; border: 1px solid #2f2e32; border-right: none; diff --git a/src/views/AccountRecovery.vue b/src/views/AccountRecovery.vue index 4d844e1..2958df2 100644 --- a/src/views/AccountRecovery.vue +++ b/src/views/AccountRecovery.vue @@ -6,10 +6,6 @@ <p>If it matches any account we have on file you will receive a message containing the list of your account usernames along with a password reset link, should you wish to reset your password.</p> </div> - <div class="dialog"> - <b>NOTICE:</b> We are currently facing techinical issues on the backend, which may prevent you from filling the CAPTCHA.<br/> - Please refer to <a href="https://forums.themanaworld.org/viewtopic.php?t=21445">this forum post</a> for instructions about manually recovering accounts. - </div> <div v-if="step == -3"> <h1>reCAPTCHA privacy notice</h1> @@ -152,7 +148,7 @@ <p>The password of account <q>{{user.name}}</q> has been reset.</p> <h1>Next steps</h1> - <p>To start playing, <a href="https://manaplus.germantmw.de/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p> + <p>To start playing, <a href="https://wiki.themanaworld.org/wiki/Downloads" target="_blank">install a suitable client</a> and select the server <i>The Mana World</i>.</p> </div> <div class="g-recaptcha" id="recaptcha-container" diff --git a/src/views/Registration.vue b/src/views/Registration.vue index 86bb5a4..32f7eb8 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -127,7 +127,7 @@ <p>Your account has been successfully created.</p> <h1>Next steps</h1> - <p>To start playing, <a href="https://manaplus.germantmw.de/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p> + <p>To start playing, <a href="https://wiki.themanaworld.org/wiki/Downloads" target="_blank">install a suitable client</a> and select the server <i>The Mana World</i>.</p> <h1>Troubleshooting</h1> <p>Sometimes, you may get an error if you try to login right after registering. Common messages include "Password Incorrect" and "Account not found".</p> |