Closed huangyegithub closed 5 months ago
all right i will trying to make some test for the main branch
The issue lies within the login HTML page, where upon successful or unsuccessful registration, the red or green alert boxes are being obstructed by the page transition specified in the CSS.
Test Success:
Failures:
When editing the profile, using an existing email returns an error.
Looks good. Let me go inside and fix this.
I think I have fixed this issue. The email address validity comparison was not properly addressed, so this error occurrs. I also fixed the issue with flash messages, where it was not properly shown on the webpage. I will submit a pull request for fixing these bugs. Please review the pull request and see how it works now.
Hey guys, I would like to clarify that the current user profile code is built upon the foundation laid by Aryton. Sorry my initial description was inaccurate.
Hey guys, I accidentally worked on the main branch and modified user profile functionality, which was initially introduced by Aryton. There has been a lot of changes, including adding html pages, modification of css files, adding js files, major modification on py files. Could you test through the changes to make sure that everything works?