diff options
Diffstat (limited to 'src/sledjchisl')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 17 |
1 files changed, 8 insertions, 9 deletions
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) | |||
2686 | reply->addstrf(reply, " </div>\n"); | 2686 | reply->addstrf(reply, " </div>\n"); |
2687 | reply->addstr(reply, | 2687 | reply->addstr(reply, |
2688 | " <div class='top-right'>\n" | 2688 | " <div class='top-right'>\n" |
2689 | " <h1>Test mode</h1>\n" | 2689 | " <h1>Experimental account manager</h1>\n" |
2690 | " <p>This account manager system is currently in test mode, and under heavy development. " | 2690 | " <p>This account manager system is currently experimental, and under heavy development. " |
2691 | " Which means it's not all written yet, and things may break.</p>\n" | 2691 | " Which means it's not all written yet, and things may break.</p>\n" |
2692 | " <p>Your mission, should you choose to accept it, is to break it, and report how you broke it, so that onefang can fix it.</p>\n" | 2692 | " <p>To create an account, choose a name and password, type them in, click the 'create account' button.</p>" |
2693 | " <p>During test mode, no real grid accounts are created, and any accounts created with this will be deleted later. " | 2693 | " <p>On the next page, fill in all your details, then click on the 'confirm' button.</p>" |
2694 | " So feel free to create as many test accounts as you need to test things.</p>\n" | ||
2695 | " <p>We follow the usual web site registration process, which sends a validation email, with a link to click. " | 2694 | " <p>We follow the usual web site registration process, which sends a validation email, with a link to click. " |
2696 | " 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.</p>\n" | 2695 | " When you get that email, click on the link, or copy it into a web browser.</p>" |
2697 | " <p>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', " | 2696 | " <p>You will then be logged off. Now you have to wait for an admin to approve your new account. " |
2698 | " then click on the 'save' button. In theory that will create their in world account, in practice I still haven't written that bit.</p>" | 2697 | " They should check with the person you listed as vouching for you first. They will tell you after they approve your account.</p>" |
2699 | " <p>Missing bits that are still being written - sending the emails, creating real grid accounts, editing accounts, listing accounts, deleting accounts.</p>\n" | 2698 | " <p>Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.</p>\n" |
2700 | " </div>\n"); | 2699 | " </div>\n"); |
2701 | // reply->addstr(reply, " <div class='centre'>\n </div>\n"); | 2700 | // reply->addstr(reply, " <div class='centre'>\n </div>\n"); |
2702 | reply->addstr(reply, | 2701 | reply->addstr(reply, |