Nicolai Ort niggl
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
niggl pushed to feature/99-password_checks at lfk/backend 2021-03-26 19:08:28 +00:00
niggl pushed tag 0.10.0 to lfk/frontend 2021-03-26 19:07:28 +00:00
niggl pushed to dev at lfk/frontend 2021-03-26 19:07:22 +00:00
f7fc1967a5 🚀RELEASE v0.10.0
niggl pushed to dev at lfk/frontend 2021-03-26 19:05:27 +00:00
cf58bd15c3 Bumped lfk-client version 🔝
niggl deleted branch feature/106-password_strength from lfk/frontend 2021-03-26 19:03:11 +00:00
niggl closed issue lfk/frontend#106 2021-03-26 19:03:05 +00:00
Password requirements
niggl merged pull request lfk/frontend#115 2021-03-26 19:03:05 +00:00
Implemented password strength test feature/106-password_strength
niggl pushed to dev at lfk/frontend 2021-03-26 19:03:04 +00:00
09b8144080 Merge pull request 'Implemented password strength test feature/106-password_strength' (#115) from feature/106-password_strength into dev
f1e6fb4ce7 Merge branch 'dev' into feature/106-password_strength
4167819e7a Formatting🛠
5bd3a463f0 Sorted translations 🌍
79c447b4c6 Added translations
Compare 15 commits »
niggl commented on issue lfk/org#8 2021-03-26 19:02:46 +00:00
Password security standards

The requirements we settled on:

  • At lease 1 uppercase letter
  • At least 1 lowercase letter
  • At least 1 number
  • At least 10 characters long
niggl commented on issue lfk/org#8 2021-03-26 19:01:55 +00:00
Password security standards
niggl commented on issue lfk/backend#99 2021-03-26 19:01:38 +00:00
Implement password security

Frontend uses this lib: https://www.npmjs.com/package/check-password-strength

It should be trivial to add some password checks to user creation and update + some errors.

niggl commented on issue lfk/frontend#106 2021-03-26 19:00:37 +00:00
Password requirements