WebAhead-cs2 / caps-look-api

1 stars 3 forks source link

Fix mock data users passwords #46

Open tawfiknasser opened 1 year ago

tawfiknasser commented 1 year ago

In users table, the password must be hashed instead of plain text.

https://github.com/WebAhead-cs2/caps-look-api/blob/dev/database/data/01-mockData.sql

hash these password and replace them.

**Notice that this bug is breaking the app! so it is critical