jerichosy / CSSWENG-Team-3

Full-stack web application written in the MEVN (MongoDB, Express.js, Vue.js, Node.js) tech stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Admin Password has no limitations

TimPin28 opened this issue · comments

Summary
When editing the admin password, the admin can type without any limitations. The admin can input any length of the password and the system will accept it.

Steps to Produce:

  1. Go to Account tab:
  2. Click on the Current password and type ptm_120
  3. Click on the New password and type a
  4. Click on the Retype New password and type a
  5. Click on the submit button

Expected Results:
There should see an input validation stating that the password is too short.

Actual Results:
It accepted the new password.

image_2022-12-14_031719814

See 28-AdminSettings Sheet, Iteration 1-8 for more details