ga-wdi-boston / team-project

Other
2 stars 39 forks source link

Sign-up in the express-api allows password and confirmation password mismatch #342

Closed MarcyNash closed 7 years ago

MarcyNash commented 7 years ago

Issue #276 has a fix for this bug. Since the bug is in the API and has not yet been fixed, should I just copy the code which fixes this bug? Or, should I expect that the consultant testers won't fail our project because sign-up allows password and confirmation password mismatch?

BenGitsCode commented 7 years ago

I would not recommend knowingly pushing a bug into your production application.

MarcyNash commented 7 years ago

Thanks Ben. Will copy the code from issue #276