diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/AccountRecovery.vue | 6 | ||||
-rw-r--r-- | src/views/Registration.vue | 2 |
2 files changed, 2 insertions, 6 deletions
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> |