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 /src/views/AccountRecovery.vue | |
parent | 16fe8d754c183fbbecd5122c743f4079869a1f95 (diff) | |
download | website-7b0bd05fbe6be4b1f92ef396a43af1b8e4763312.tar.gz website-7b0bd05fbe6be4b1f92ef396a43af1b8e4763312.tar.bz2 website-7b0bd05fbe6be4b1f92ef396a43af1b8e4763312.tar.xz website-7b0bd05fbe6be4b1f92ef396a43af1b8e4763312.zip |
* Updated two more download links
* Made the content a little narrower
* Removed outdated notice about CAPTCHA issues
Diffstat (limited to 'src/views/AccountRecovery.vue')
-rw-r--r-- | src/views/AccountRecovery.vue | 6 |
1 files changed, 1 insertions, 5 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" |