From 2562ff98ff8469e9d81d8620c6d9b578add39e57 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 26 Dec 2024 23:49:20 -0800 Subject: [PATCH] add next/pw-change.md page Moved inline content from FAQ 0.0 step 4 into `next/pw-change.md`. --- next/pw-change.html | 548 ++++++++++++++++++++++++++++++++++++++++++++ next/pw-change.md | 65 ++++++ 2 files changed, 613 insertions(+) create mode 100644 next/pw-change.html create mode 100644 next/pw-change.md diff --git a/next/pw-change.html b/next/pw-change.html new file mode 100644 index 0000000000..f100ad6a26 --- /dev/null +++ b/next/pw-change.html @@ -0,0 +1,548 @@ + + + + + + + + + + + + +The International Obfuscated C Code Contest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + +
+ + IOCCC image by Matt Zucker + +

The International Obfuscated C Code Contest

+

How to change your submit server initial password

+
+ + + + + + + + + +
+ + + + + +

Change your submit server initial password

+

Using the Username and Initial password you receive via +email in step 3, you need to login to the IOCCC submit +server.

+

IMPORTANT NOTE: You must change your password WITHIN 72 HOURS +from when one of the IOCCC judges sent that email.

+

NOTE: The IOCCC submit server +is only ready for submissions ONLY WHEN THE CONTEST IS open.

+

See current status of the IOCCC for details on the contest status. +IMPORTANT NOTE: When the contest is closed, the +IOCCC submit server +may be offline and unreachable as a web site.

+

To login and change your password, open https://submit.ioccc.org +in your browser. It should look like this:

+

submit server login screen

+

The login is the UUID you were provided when you registered for the IOCCC and +the password is the initial password you were provided with. Click “Login”.

+

If this is the first time you have logged in with this UUID, you will +be required to change your password.

+

Assuming everything is fine, it should look something like:

+

submit server password change required

+

As you can see, you have to change your password. Put in your login (UUID +username), your old (initial) password and a new password. For instance:

+

submit server changing password

+

Click “Change Password”.

+

Once this is done, you will be able to log in again with your UUID +username and new password.

+

When the is open, proceed with +Step 5: Obtain and compile the latest mkiocccentry toolkit.

+ + + + + + +
+ + + + + + + + + + + + + + + diff --git a/next/pw-change.md b/next/pw-change.md new file mode 100644 index 0000000000..edbd19fddb --- /dev/null +++ b/next/pw-change.md @@ -0,0 +1,65 @@ +# Change your submit server initial password + +Using the **Username** and **Initial password** you receive via +email in [step 3](#step_3), you need to login to the [IOCCC submit +server](https:/submit.ioccc.org). + +**IMPORTANT NOTE**: You must change your password **WITHIN 72 HOURS** +from when one of the [IOCCC judges](../judges.html) sent that email. + +**NOTE**: The [IOCCC submit server](https://submit.ioccc.org) +is only ready for submissions **ONLY WHEN THE CONTEST IS [open](../status.html#open)**. + +See [current status of the IOCCC](../status.html) for details on the contest status. +**IMPORTANT NOTE**: When the contest is [closed](../status.html#closed), the +[IOCCC submit server](https://submit.ioccc.org) +may be offline and unreachable as a web site. + +To login and change your password, open [https://submit.ioccc.org](https://submit.ioccc.org) +in your browser. It should look like this: + +submit server login screen + +The login is the UUID you were provided when you registered for the IOCCC and +the password is the initial password you were provided with. Click "Login". + +If this is the first time you have logged in with this UUID, you will +be required to change your password. + +Assuming everything is fine, it should look something like: + +submit server password change required + +As you can see, you have to change your password. Put in your login (UUID +username), your old (initial) password and a new password. For instance: + +submit server changing password + +Click "Change Password". + +Once this is done, you will be able to log in again with your UUID +username and new password. + +When the is [open](../status.html#open), proceed with +[Step 5: Obtain and compile the latest mkiocccentry toolkit](../faq.html#step_5). + + +