Skip to content

As an admin, I want to through a table to add new user so that admin can give user a new account and classify role

Acceptance Criteria

  • admin can add user by a list when he print username email password...
  • admin click add the user information can correctly store in database
  • it can auto valiate the formate of email and the password must at least 4 digit
  • add suceessful can give the ensure message and the reason of error.

Task

  • a list or a page to add user information like username password..
  • the user information can add in mariadb
  • add some limit for the information
  • sucess informatin and error message
Edited by Haoyu Sun