From c9b48fe724ff444bfaff3b01377059a88f7b693b Mon Sep 17 00:00:00 2001 From: ryan scherbarth Date: Fri, 31 May 2024 15:58:45 -0600 Subject: [PATCH] adding password reset to index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6a3361..69c6e1a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Quickbytes are tutorials designed to help CARC users. * Running jobs * [Logging in](https://github.com/UNM-CARC/QuickBytes/blob/master/logging_in.md) + * [Reset Password](https://github.com/UNM-CARC/QuickBytes/blob/master/password_reset.md) * [SSH keys and Config file](https://github.com/UNM-CARC/QuickBytes/blob/table-of-contents-readme/ssh_keygen_config.md) * [Transferring data](https://github.com/UNM-CARC/QuickBytes/blob/master/transfer_data.md) * [PBS/TORQUE](https://github.com/UNM-CARC/QuickBytes/blob/master/pbs-torque.md)