providing password reset services for a long while: circa 2025

docs: add ss

+33
.github/images/create-account-1.webp

This is a binary file and will not be displayed.

.github/images/create-account-2.webp

This is a binary file and will not be displayed.

.github/images/create-account-3.webp

This is a binary file and will not be displayed.

.github/images/create-account-4.webp

This is a binary file and will not be displayed.

.github/images/create-account-null.webp

This is a binary file and will not be displayed.

.github/images/has_account.webp

This is a binary file and will not be displayed.

.github/images/no-worries.webp

This is a binary file and will not be displayed.

.github/images/reset-password.webp

This is a binary file and will not be displayed.

+33
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) 30 + 28 31 ## Devving 29 32 30 33 Create a slack app as per the [manifest.yaml](manifest.yaml) and an env as below ··· 46 49 ```bash 47 50 ngrok http --domain casual-renewing-reptile.ngrok-free.app 3000 48 51 ``` 52 + 53 + ## Screenshots 54 + 55 + Here's what happens when you create a new account: 56 + 57 + ![creating an account](/.github/images/create-account-1.webp) 58 + *First you'll see the initial signup prompt* 59 + 60 + ![cancel creating account](/.github/images/no-worries.webp) 61 + *No pressure - you can always cancel if you change your mind* 62 + 63 + ![creating an account - password](/.github/images/create-account-2.webp) 64 + *Choose a secure password that meets the requirements* 65 + 66 + ![creating an account - bad password](/.github/images/create-account-null.webp) 67 + *Make sure to enter a valid password!* 68 + 69 + ![creating an account - confirm](/.github/images/create-account-3.webp) 70 + *Confirm your password to make sure it's entered correctly* 71 + 72 + ![creating an account - success](/.github/images/create-account-4.webp) 73 + *Success! Your account is now created* 74 + 75 + And here's what you'll see if you already have an account: 76 + 77 + ![has account](/.github/images/has_account.webp) 78 + *The bot will recognize your existing account* 79 + 80 + ![resetting a password](/.github/images/reset-password.webp) 81 + *You can easily reset your password if needed* 49 82 50 83 <p align="center"> 51 84 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />