uprm-inso4101-2023-2024-s2 / semester-project-rumaradoptionapp

semester-project-rumaradoptionapp created by GitHub Classroom
5 stars 0 forks source link

User profile page - change username and password #219

Open Saul-Caban-UPRM opened 7 months ago

Saul-Caban-UPRM commented 7 months ago

Objective: Adding functionality to change username and password Task Description: This aims to add more control to the user providing them a way to change their username and or password. The user must be logged to be able to change anything Implementation: We start by creating a new page (file) and on this page provide fields to change their password or username, then we will update the database with their current password or username. Notice implementation might change depending on the situation, if any changes to the current implementation happen it will be updated here.

Testing and Debugging: We can start with the obvious one, checking that the user can't log in with the old username or password, and checking that the database does have the correct ones. Deadline: April 23, 2024

rukitoyordan commented 7 months ago

@Saul-Caban-UPRM @yamayrie @frances-sepulveda, what is the status of this task?

frances-sepulveda commented 7 months ago

Currently working on it, the branch was already made. However, it is still working progress.