To reset your password please follow the following guide
1. Take your private 8 character serial number from the secret compartment of your LCG-provided detonating suitcase.
2. Append the commands you execute. This is everything after "commands=".
3. Append the length of your commands.
4. Hash what you have created with SHA-256.
5. Send what you have created with a GET request to /resetMechanism, with "token" as a query parameter. That
is, https://coastguard.lat/resetMechanism?token=...
Commands:
email
: Emails your password reset to the email address specified in the value. The domain must be gatech.edu. Separate multiple emails with the
~
(tilde) symbol.
Example:
token=bf556616c7da10d983cdf093fd52da3e98d116145732c950ae83f4aa248a8262&commands=email=example
Hence, bf556616c7da10d983cdf093fd52da3e98d116145732c950ae83f4aa248a8262 = SHA-256(8-char serial number || email=example || 13).
The url above would send an email to "example". To add more emails you can use the following format
token=Value&commands=email=example~email=test@gatech.edu
Please note that our reset emails may be marked as spam. If you believe you should have received one but did not, please check your spam folder first.