xosadmin / c5proj

“歡迎來到冒險家協會!Welcome to the Adventurers Guild! “
GNU General Public License v3.0
0 stars 0 forks source link

[Phyo branch] Validation, Centralized Nav part 2, update email error and removed chat convo alert #64

Closed Phyo09 closed 1 month ago

Phyo09 commented 1 month ago

Changed the repeated validation to only one for login, registration and forgot password pages. Mainly using html built-in validation.

Improved the error msg sentences on multiple pages (e.g., login, registration, forgot password, modifycenter)

Changed the unmeaningful id's names accordingly. (esp, registration/signup)

Registration page error style is changed to highlight the text with bold and red style. (instead of id, used class)

While changing email, the email can only be updated, if the new email is not exist in the system.

Validation of modifycenter are changed

Below templates are completed for this commit and update base.html for Help tab.

Chat Convo alert is removed meaning no more alert when you reply in the chatroom

xosadmin commented 1 month ago

main.db and helpcenter.html caused conflict. Please review and do some modification.