summaryrefslogtreecommitdiff
path: root/src/views/Registration.vue
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-15 13:26:51 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-15 13:26:51 -0300
commite8c54e82e42f0eb5e96ff6412c42763637bd767d (patch)
tree0d69d9ab0c58c76bde73ce558c3c8c0ac41b052a /src/views/Registration.vue
parent0d0b8967fc11b255fcf5b3fe56cfa382d2a7fc60 (diff)
downloadwebsite-e8c54e82e42f0eb5e96ff6412c42763637bd767d.tar.gz
website-e8c54e82e42f0eb5e96ff6412c42763637bd767d.tar.bz2
website-e8c54e82e42f0eb5e96ff6412c42763637bd767d.tar.xz
website-e8c54e82e42f0eb5e96ff6412c42763637bd767d.zip
Remove outdated notices
Diffstat (limited to 'src/views/Registration.vue')
-rw-r--r--src/views/Registration.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue
index d597108..c663143 100644
--- a/src/views/Registration.vue
+++ b/src/views/Registration.vue
@@ -5,8 +5,7 @@
<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.
+ <b>NOTICE:</b> Accounts may take up to 15 minutes for automatic activation. No email confirmation is necessary.
</div>
<div class="specialEvent" v-if="specialEvent" v-html="specialEvent"></div>
<button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button>