providing password reset services for a long while: circa 2025

docs: format ss

+31 -20
+31 -20
README.md
··· 25 25 26 26 Run the `/hackatime` command in the slack and it will prompt you to click a button to create an account if you don't have one, or to reset your password if you do. 27 27 28 - ![creating an account](/.github/images/create-account-1.webp) 29 - ![creating an account - success](/.github/images/create-account-4.webp) 28 + <p align="center"> 29 + <img src="/.github/images/create-account-1.webp" width="500" alt="creating an account"/> 30 + <img src="/.github/images/has_account.webp" width="500" alt="creating an account - success"/> 31 + </p> 30 32 31 33 ## Devving 32 34 ··· 52 54 53 55 ## Screenshots 54 56 55 - Here's what happens when you create a new account: 57 + <details> 58 + <summary>A bunch of screenshots of all the models</summary> 56 59 57 - ![creating an account](/.github/images/create-account-1.webp) 58 - *First you'll see the initial signup prompt* 60 + #### Initial Signup 61 + 62 + Run the `/hackatime` command in slack and it will start the signup process 59 63 60 - ![cancel creating account](/.github/images/no-worries.webp) 61 - *No pressure - you can always cancel if you change your mind* 64 + ![creating an account](/.github/images/create-account-1.webp) 65 + *First you'll see the initial signup prompt* 66 + 67 + ![cancel creating account](/.github/images/no-worries.webp) 68 + *No pressure - you can always cancel if you change your mind* 69 + 70 + ![creating an account - password](/.github/images/create-account-2.webp) 71 + *Choose a secure password that meets the requirements* 72 + 73 + ![creating an account - bad password](/.github/images/create-account-null.webp) 74 + *Make sure to enter a valid password!* 62 75 63 - ![creating an account - password](/.github/images/create-account-2.webp) 64 - *Choose a secure password that meets the requirements* 76 + ![creating an account - confirm](/.github/images/create-account-3.webp) 77 + *Confirm your password to make sure it's entered correctly* 65 78 66 - ![creating an account - bad password](/.github/images/create-account-null.webp) 67 - *Make sure to enter a valid password!* 79 + ![creating an account - success](/.github/images/create-account-4.webp) 80 + *Success! Your account is now created* 68 81 69 - ![creating an account - confirm](/.github/images/create-account-3.webp) 70 - *Confirm your password to make sure it's entered correctly* 82 + #### Existing Account 71 83 72 - ![creating an account - success](/.github/images/create-account-4.webp) 73 - *Success! Your account is now created* 84 + After you've created an account, you can reset your password if needed by again running the `/hackatime` command in slack 74 85 75 - And here's what you'll see if you already have an account: 86 + ![has account](/.github/images/has_account.webp) 87 + *The bot will recognize your existing account* 76 88 77 - ![has account](/.github/images/has_account.webp) 78 - *The bot will recognize your existing account* 89 + ![resetting a password](/.github/images/reset-password.webp) 90 + *You can easily reset your password if needed* 79 91 80 - ![resetting a password](/.github/images/reset-password.webp) 81 - *You can easily reset your password if needed* 92 + </details> 82 93 83 94 <p align="center"> 84 95 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />