Repository for the 5th challenge called Networking in the subject "Software Engineering". The team is conformed by Juan Pablo Betancourt, Esteban Salazar, Samuel Santamaria and Alejandro Osorno and the tutor is Paola Andrea Noreña.
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:
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.
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.
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.
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.
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.
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:
Access to Account Editing:
Editable Fields:
Save Changes:
Error Handling:
Confirmation of Changes:
Definition of Done:
Additional Notes: