marthaegrimaldi / marthaegrimaldi/food-ordering-application-using-react-native
Enatega Admin Dashboard: New Store Password Rules Not Being Enforced
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The password validation for new store registrations or password updates is not enforcing the updated rules. This allows users to set passwords that do not meet the required security criteria, leading to potential security risks.
To Reproduce
Steps to reproduce the behavior:
Open the store registration or password reset page.
Enter a password that does not meet the required rules (e.g., missing special characters, too short, etc.).
Attempt to submit the form.
Observe if the system accepts the weak password or provides an incorrect validation message.
Expected behavior
The system should validate the password based on the new rules and display an appropriate error message if the password does not meet the criteria.
Desktop (please complete the following information):
OS: [e.g. Windows]
Browser [e.g. chrome, ]
Version [e.g. Latest]
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
The issue names the store registration and password reset pages, but no files or tests. Start by locating those page validations and compare them with the updated password rules. Done means both flows reject passwords that miss the required criteria and show the appropriate validation message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100