diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-24 23:49:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-24 23:50:08 -0300 |
commit | 37a7889c9c7ebb7f63ed75de12516a4cfed2443c (patch) | |
tree | daa7a9b35f5dffdad68aa68b4d23808df35d1858 | |
parent | 802fb4adaf2e4ffd76b08dc23e29e4c8f4bed543 (diff) | |
download | website-37a7889c9c7ebb7f63ed75de12516a4cfed2443c.tar.gz website-37a7889c9c7ebb7f63ed75de12516a4cfed2443c.tar.bz2 website-37a7889c9c7ebb7f63ed75de12516a4cfed2443c.tar.xz website-37a7889c9c7ebb7f63ed75de12516a4cfed2443c.zip |
Update Registration.vue outdated link, and inform the API takes 5 minutes to complete registration.
-rw-r--r-- | src/views/Registration.vue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue index e170f47..d2aac6e 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -2,7 +2,7 @@ <main class="registration"> <h1>Account creation</h1> <p>Welcome to The Mana World! With this form you can register for a new game account.</p> - <p>Please note that you will also need to download and install <a href="https://wiki.themanaworld.org/index.php/Downloads" target="_blank">ManaPlus</a>, our official game client.</p> + <p>Please note that you will also need to download and install <a href="https://manaplus.themanaworld.org/" target="_blank">ManaPlus</a>, our official game client.</p> <br> <div class="specialEvent" v-if="specialEvent" v-html="specialEvent"></div> <button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button> @@ -125,6 +125,10 @@ <h1>Next steps</h1> <p>To start playing, <a href="https://manaplus.themanaworld.org/">download ManaPlus</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> + <p>Just allow the system a little longer to synchronize; doing a password reset is NOT necessary.</p> </div> <div class="g-recaptcha" id="recaptcha-container" |