Brabim21 / Hostel_Management_System

0 stars 0 forks source link

Email Update Not Reflected in Database #59

Closed Alishapokharel1 closed 5 months ago

Alishapokharel1 commented 6 months ago

Description: When changing the email in the user profile section, the updated email does not reflect in the database, resulting in the user profile not being updated.

Expected Behavior: Upon updating the email in the user profile, the new email address should be correctly updated and reflected in the database.

Steps to Reproduce: Navigate to the User Profile section. Change the email and submit the update. Check the database to verify if the update has been recorded.

Screenshots: image

image

Environment: Browser: Google Chrome 124.0.6367.201 OS: Windows 11 Home, Version 22H2, OS Build 22621.2361

Additional Context: This issue may relate to the backend service handling the update operations not committing changes to the database. Ensure that transactions are committed after updates.

SwatantraNp1 commented 5 months ago

Issue solved