summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/AccountRecovery.vue4
-rw-r--r--src/views/Registration.vue4
-rw-r--r--src/views/Support.vue4
3 files changed, 12 insertions, 0 deletions
diff --git a/src/views/AccountRecovery.vue b/src/views/AccountRecovery.vue
index d9612e2..4d844e1 100644
--- a/src/views/AccountRecovery.vue
+++ b/src/views/AccountRecovery.vue
@@ -6,6 +6,10 @@
<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>
diff --git a/src/views/Registration.vue b/src/views/Registration.vue
index 0b03f3b..d597108 100644
--- a/src/views/Registration.vue
+++ b/src/views/Registration.vue
@@ -4,6 +4,10 @@
<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://manaplus.germantmw.de/" target="_blank">ManaPlus</a>, our official game client.</p>
<br>
+ <div class="dialog">
+ <b>NOTICE:</b> We are currently facing techinical issues on the backend, which may prevent you from filling the CAPTCHA.<br/>
+ You'll be able to register from the game client on the meanwhile, but conservative limits have been put in place: registering multiple accounts at once from game client may cause you to be unable to login. Please wait a hour between registrations or contact staff for assistance.
+ </div>
<div class="specialEvent" v-if="specialEvent" v-html="specialEvent"></div>
<button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button>
diff --git a/src/views/Support.vue b/src/views/Support.vue
index 3c8fd02..d0a299c 100644
--- a/src/views/Support.vue
+++ b/src/views/Support.vue
@@ -5,6 +5,10 @@
<b>NOTICE:</b> Due the crescent escalation in the conflict between Russia, Europe and US, some email-based features may eventually not work.<br/>
Please contact us on IRC, Matrix, Discord or ingame if you're unable to reset your password on the web portal, or if GDPR request emails fail to be delivered.
</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/>
+ Password recovery and account creation may not be working from the web interface.
+ </div>
<p>Please select your issue below. If you cannot find your issue, contact us.</p>
<h1>Account problems</h1>