SND-WIND/Second_Wind-

As a signed-in user, I want to be able to access and update my account settings, including username, name, password, email, and manage account deletion.

Opened this issue · 0 comments

BayzU commented
  • Include a "Settings" button or option in the menu/navigation bar for easy access.

  • Clicking on the "Settings" button should navigate the user to a dedicated page for managing their account settings.

  • Display the current account information, such as username, name, email, and any other relevant details.

  • Provide options for users to update their username, name, password, and email directly on the settings page.

  • Implement validation checks to ensure the integrity and security of updated account information, such as password requirements or email format verification.

  • Include a section or button that allows users to delete their account if desired.

  • Implement a confirmation process like a pop up or modal for account deletion to prevent accidental removal of user data.

  • Provide clear instructions or warnings about the consequences of account deletion, including the permanent removal of data associated with the account.

  • Implement responsive design to ensure the account settings page works seamlessly across different devices and screen sizes.