Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Account #7

Open
osozzz opened this issue Aug 23, 2024 · 0 comments
Open

Edit Account #7

osozzz opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@osozzz
Copy link
Owner

osozzz commented Aug 23, 2024

User Story: Account Editing

Title:

Account Editing

Description:

As a registered user, I want to be able to edit my account information, such as my personal details and password, so that I can keep my account up to date and secure.

Acceptance Criteria:

  1. Access to Account Editing:

    • The user should be able to access the account editing section from their profile or account settings page.
    • The section should be secure and require the user to be logged in.
  2. Editable Fields:

    • The user should be able to update the following information:
      • Name
      • Email address
      • Phone number (optional)
      • Address (optional)
      • Password
    • The email address should be validated to ensure it is in the correct format.
    • The password should enforce security requirements, such as length and complexity.
  3. Save Changes:

    • After making edits, the user should have the option to save changes.
    • If the user changes their email address, a confirmation email should be sent to the new address, requiring verification before the change is finalized.
    • If the user changes their password, they should be prompted to enter their current password for verification before the change is accepted.
  4. Error Handling:

    • If required fields are not filled out correctly or do not meet validation criteria, the user should receive an error message indicating what needs to be corrected.
    • If the current password entered during a password change is incorrect, the user should be notified and the password update should not proceed.
  5. Confirmation of Changes:

    • Upon successful updates, the user should receive a confirmation notification on the platform and/or via email, depending on the nature of the changes.

Definition of Done:

  • The account editing feature is fully implemented and accessible to logged-in users.
  • Users can update their personal details and password securely.
  • Email confirmation is required for changes to the email address.
  • The system properly handles errors and validations, ensuring the integrity of user data.
  • All updates are securely stored in the database.
  • The account editing process is thoroughly tested and documented.

Additional Notes:

  • Priority: Medium
  • Estimated Effort: 3 story points
  • Dependencies: User authentication and email service integration.
  • Technical Considerations: Ensure secure handling of user credentials and validation processes.
@osozzz osozzz added this to the Sprint #1 milestone Aug 23, 2024
@osozzz osozzz self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

1 participant