Add password management images in public folder#56
Open
MillicentAmolo wants to merge 4 commits intothoth-tech:mainfrom
Open
Add password management images in public folder#56MillicentAmolo wants to merge 4 commits intothoth-tech:mainfrom
MillicentAmolo wants to merge 4 commits intothoth-tech:mainfrom
Conversation
❌ Deploy Preview for ontrackdocumentation failed.
|
theiris6
approved these changes
Sep 14, 2025
Contributor
theiris6
left a comment
There was a problem hiding this comment.
Hi Millicent, the document is clean and clear. Nice work! Thanks for the contribution.
Contributor
|
Hey @MillicentAmolo, your images are fine and clear, but in the future, there is no need to split the images from the md file. |
ibi420
approved these changes
Sep 19, 2025
616380d to
3e91081
Compare
|
I agree with Ibi, there is no need for the images. The work is good and approved. |
WaelAlahamdi
approved these changes
Sep 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
-implemented full password management for OnTrack accounts, including registration, password reset, and password updates.. Enhances security authentication and usability by providing a complete password lifecycle.
Backend
Database migration for reset_password_token and reset_password_sent_at (so you’ll need ActiveRecord migration run on the DB).
Email delivery service configured (for sending reset password links).
Frontend (Angular)
New Angular components (ForgotPassword, ResetPassword) must be declared in doubtfire-angular.module.ts.
Updated routing (doubtfire.states.ts) to include the new states.
Fixes # (issue)
-New feature
Type of change
How Has This Been Tested?
The following screenshots demonstrate the password management workflow tested on the application (running on port 4200):
https://github.com/MillicentAmolo/doubtfire-astro/blob/main/public/Initial-home-page.PNG
The original home page before the “Forgot Password” feature was added.
https://github.com/MillicentAmolo/doubtfire-astro/blob/main/public/Updated-home-page-with-forgot-password-link.PNG
The home page after implementing the feature, now showing the link.
https://github.com/MillicentAmolo/doubtfire-astro/blob/main/public/Clicking-the-Reset-Link.PNG
After clicking “Forgot Password”, the system prompts for the user’s email.
Action: Enter email address and click “Send Reset Link.”
https://github.com/MillicentAmolo/doubtfire-astro/blob/main/public/Reset-email-link-received.PNG
The inbox showing the received email containing the password reset link.
https://github.com/MillicentAmolo/doubtfire-astro/blob/main/public/change-password-screen.PNG
After clicking the reset link, the browser opens the reset password page where the user enters and confirms a new password. Once the form is submitted, the password is updated.
Testing Checklist
Checklist