As an admin, I want to through a table to update new user so that admin can update user information and classify role
Acceptance Criteria
- admin can edit the details of an existing user such as username, email, password, and role.
- admin click update the user information can correctly store in database
- it can auto valiate the formate of email must at least 4 digit
- add suceessful can give the ensure message and the reason of error.
Task
- a list or a page to update user information like username password, role
- the user information can update in mariadb
- add some limit for the information
- sucess informatin and error message