lambertf917 / lambertf917/food-ordering-system-source-code
Add Option for Riders to Update Password from Rider App
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Currently, there is no option in the Rider app for users to update or change their password. This can be problematic if a rider wants to enhance account security or has shared credentials.
Describe the solution you'd like
Provide an option within the app settings or profile section that allows the rider to update their password by entering the current password and setting a new one.
Describe alternatives you've considered
An alternative would be relying solely on the "Forgot Password" flow, but this is not ideal for users who are already logged in and want to proactively change their password.
Additional context
Allowing password updates within the app improves account security and gives users more control over their personal information.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Rider app's settings or profile screen and the existing Forgot Password flow. Trace how the app handles authenticated password changes and identify the relevant client and server entry points. Done means a logged-in rider can enter the current password and a new password, receive appropriate validation, and successfully sign in with the new password.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100