diff options
author | gumi <git@gumi.ca> | 2019-07-24 12:34:39 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 12:34:39 -0400 |
commit | 95b7aed2b0decababfcdb84446b44867fbfcdbee (patch) | |
tree | ee8ee42a36c7f2441698b23bceb43cf38e959601 /src/views/Registration.vue | |
parent | d9376169bc0d778381e5c4ff64ef9900d58ce219 (diff) | |
download | website-95b7aed2b0decababfcdb84446b44867fbfcdbee.tar.gz website-95b7aed2b0decababfcdb84446b44867fbfcdbee.tar.bz2 website-95b7aed2b0decababfcdb84446b44867fbfcdbee.tar.xz website-95b7aed2b0decababfcdb84446b44867fbfcdbee.zip |
add instructions for registration without reCAPTCHA
Diffstat (limited to 'src/views/Registration.vue')
-rw-r--r-- | src/views/Registration.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue index f2c0ad0..0029fc4 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -10,6 +10,12 @@ <h1>reCAPTCHA could not be loaded</h1> This page requires reCAPTCHA but something prevents it from loading. If you are using an ad blocker or tracker blocker please whitelist this page and refresh to continue. + + <h1>Registering without reCAPTCHA</h1> + If you would rather not use reCAPTCHA, you may register by contacting us by email.<br> + We will create a new account for you and associate it with the email address that you used to contact us. + <br><br> + <address>sysadmin@themanaworld.org</address> </div> <!-- XXX: do we want to add the game rules here? --> |