Nicolai Ort niggl
niggl pushed to dev at lfk/backend 2021-03-26 20:29:36 +00:00
5a3fc5b2bd Merge pull request 'Password security feature/99-password_checks' (#177) from feature/99-password_checks into dev
070560e863 Fixed test params
536900091a Fixed empty object getting called
8154e715bb Now forceing user deletion in tests
4c6665062f Reenabled user tests
Compare 19 commits »
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 20:24:54 +00:00
070560e863 Fixed test params
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 20:19:59 +00:00
536900091a Fixed empty object getting called
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 20:13:19 +00:00
8154e715bb Now forceing user deletion in tests
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 20:08:51 +00:00
4c6665062f Reenabled user tests
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 20:06:44 +00:00
cb3ea9b1eb Fixed pw not getting hashed currectly;
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:57:43 +00:00
7a64f23937 Moved to tmp files to better check for other problems
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:52:59 +00:00
96ba25ec6c No longer using createuser in seeding process
niggl created pull request lfk/backend#177 2021-03-26 19:45:34 +00:00
WIP: Password security feature/99-password_checks
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:44:30 +00:00
e6a8ebcb5b Added user deletion tests
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:41:38 +00:00
888cab5898 Added user creation invalid tests
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:41:26 +00:00
383a8095b8 Added user creation valid tests
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:28:09 +00:00
63f6526e4f Updated auth test to comply with the new pw requirements
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:24:09 +00:00
b24e24ff7d Added pw errors to user controller
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:23:30 +00:00
9ce35d8eb7 Added pw errors to me controller
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:19:24 +00:00
48a87e8936 Now checking password rules on user update
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:18:40 +00:00
b8c28ebb08 Formatting
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:18:10 +00:00
5daaa3a73c Now checking password rules on user creation
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:17:01 +00:00
24c38cce26 Added password errors
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:11:24 +00:00
bd00f4f8d5 Added password checker dependency