From 7db6faff1796f09b427468efc2d375132c7f6be6 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 25 Apr 2020 19:14:47 +1000 Subject: Test mode -> experimental mode. --- src/sledjchisl/sledjchisl.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/sledjchisl') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 70fbe02..f798f52 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -2686,17 +2686,16 @@ static void HTMLfooter(qgrow_t *reply) reply->addstrf(reply, " \n"); reply->addstr(reply, "
\n" - "

Test mode

\n" - "

This account manager system is currently in test mode, and under heavy development.   " + "

Experimental account manager

\n" + "

This account manager system is currently experimental, and under heavy development.   " " Which means it's not all written yet, and things may break.

\n" - "

Your mission, should you choose to accept it, is to break it, and report how you broke it, so that onefang can fix it.

\n" - "

During test mode, no real grid accounts are created, and any accounts created with this will be deleted later.   " - " So feel free to create as many test accounts as you need to test things.

\n" + "

To create an account, choose a name and password, type them in, click the 'create account' button.

" + "

On the next page, fill in all your details, then click on the 'confirm' button.

" "

We follow the usual web site registration process, which sends a validation email, with a link to click.   " - " However, during this test mode, no emails will be sent, instead a link will be displayed near the top of the page when a user is logged in.

\n" - "

After creating an account, log on as your grid god account, click the 'validated members' button, click on the new member, set their level to 'approved', " - " then click on the 'save' button.   In theory that will create their in world account, in practice I still haven't written that bit.

" - "

Missing bits that are still being written - sending the emails, creating real grid accounts, editing accounts, listing accounts, deleting accounts.

\n" + " When you get that email, click on the link, or copy it into a web browser.

" + "

You will then be logged off.   Now you have to wait for an admin to approve your new account.   " + " They should check with the person you listed as vouching for you first.   They will tell you after they approve your account.

" + "

Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.

\n" "
\n"); // reply->addstr(reply, "
\n
\n"); reply->addstr(reply, -- cgit v1.1