From 52b8dd70da37d6c67ae5917caf6b90951f9a7bb1 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 22 Sep 2024 18:05:42 +0100 Subject: [PATCH] docs: added a create account page Using the presentation as a base --- _git.tar.gz | 4 +-- src/tutorials/skynet/create_account.md | 39 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 src/tutorials/skynet/create_account.md diff --git a/_git.tar.gz b/_git.tar.gz index 389a9e0..d1d674a 100644 --- a/_git.tar.gz +++ b/_git.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ace80bc7cf3a42a561617a2296f742f72daf8e291f93046f6723bcbf37ebdd5 -size 319560 +oid sha256:d6013f556d117a22f35c71d78b6cc54ba3d367508d0896d7714eed909228cefe +size 324454 diff --git a/src/tutorials/skynet/create_account.md b/src/tutorials/skynet/create_account.md new file mode 100644 index 0000000..16e7b02 --- /dev/null +++ b/src/tutorials/skynet/create_account.md @@ -0,0 +1,39 @@ +# Create Skynet Account + +## New Members + +1. Be a fully paid up member of UL Computer Society. + * [Signup at UL Wolves][wolves]. +2. Go to [our Skynet signup page][signup]. +3. Enter the same email used for UL Wolves. + * This is the ``Preferred Contact Email`` on your [profile page][profile]. +4. You will get an email to verify your address, follow the link in the email. + * You may need to check teh spam folder. + * It may also take up to 15 min to be delivered. +5. Choose a ``username`` and ``password``. + +Congrats! You are in! +_heist music_ + +## Returning Members + +1. Please go to [the profile modification page][modify]. +2. Enter the same email used for UL Wolves. + * This is the ``Preferred Contact Email`` on your [profile page][profile]. + +### If you have forgotten your ``username``. +Use [recover username][recover_username]. + +### If you have forgotten your ``password``. +Use [reset password][recover_password]. + +### If the above doesn't work +Contact the nearest Skynet person, either in person or at ``contact[at]skynet.ie``. + + +[wolves]: https://ulwolves.ie/society/computer +[signup]: https://account.skynet.ie/signup +[profile]: https://ulwolves.ie/memberships/profile +[modify]: https://account.skynet.ie/modify +[recover_username]: https://account.skynet.ie/recover/username +[recover_password]: https://account.skynet.ie/recover/password \ No newline at end of file