diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-07 17:11:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-07 17:11:57 -0300 |
commit | a310354820261f0db170e7c1ccc9596d47b11160 (patch) | |
tree | 71f0b06e16fd39679b025113176df49cf72a346b | |
parent | 867822af27cf86155a57a32b8d8ff171136528fa (diff) | |
download | website-a310354820261f0db170e7c1ccc9596d47b11160.tar.gz website-a310354820261f0db170e7c1ccc9596d47b11160.tar.bz2 website-a310354820261f0db170e7c1ccc9596d47b11160.tar.xz website-a310354820261f0db170e7c1ccc9596d47b11160.zip |
Add a bunch of notices that everyting is broken and in flames and we sort 'em later
-rw-r--r-- | src/views/AccountRecovery.vue | 4 | ||||
-rw-r--r-- | src/views/Registration.vue | 4 | ||||
-rw-r--r-- | src/views/Support.vue | 4 |
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> |