Password security feature/99-password_checks #177

Merged
niggl merged 18 commits from feature/99-password_checks into dev 2021-03-26 20:29:37 +00:00
Owner

The requirements we settled on:

  • At lease 1 uppercase letter
  • At least 1 lowercase letter
  • At least 1 number
  • At least 10 characters long

closes #177

The requirements we settled on: * At lease 1 uppercase letter * At least 1 lowercase letter * At least 1 number * At least 10 characters long closes #177
niggl added the
status:doing
enhancement
labels 2021-03-26 19:45:33 +00:00
niggl added 11 commits 2021-03-26 19:45:34 +00:00
niggl added 1 commit 2021-03-26 19:53:01 +00:00
No longer using createuser in seeding process
Some checks failed
continuous-integration/drone/pr Build is failing
96ba25ec6c
ref #99
niggl added 1 commit 2021-03-26 19:57:45 +00:00
Moved to tmp files to better check for other problems
Some checks failed
continuous-integration/drone/pr Build is failing
7a64f23937
ref #99
niggl added 1 commit 2021-03-26 20:06:45 +00:00
Fixed pw not getting hashed currectly;
All checks were successful
continuous-integration/drone/pr Build is passing
cb3ea9b1eb
ref #99
niggl added 1 commit 2021-03-26 20:08:53 +00:00
Reenabled user tests
Some checks failed
continuous-integration/drone/pr Build is failing
4c6665062f
ref #99
niggl added 1 commit 2021-03-26 20:13:20 +00:00
Now forceing user deletion in tests
Some checks failed
continuous-integration/drone/pr Build is failing
8154e715bb
ref #99
niggl added 1 commit 2021-03-26 20:20:01 +00:00
Fixed empty object getting called
Some checks failed
continuous-integration/drone/pr Build is failing
536900091a
ref #99
niggl added 1 commit 2021-03-26 20:24:55 +00:00
Fixed test params
All checks were successful
continuous-integration/drone/pr Build is passing
070560e863
ref #99
niggl changed title from WIP: Password security feature/99-password_checks to Password security feature/99-password_checks 2021-03-26 20:26:37 +00:00
niggl requested review from philipp 2021-03-26 20:26:40 +00:00
niggl added
status:review_needed
and removed
status:doing
labels 2021-03-26 20:26:46 +00:00
philipp approved these changes 2021-03-26 20:28:40 +00:00
niggl merged commit 5a3fc5b2bd into dev 2021-03-26 20:29:37 +00:00
niggl deleted branch 2021-03-26 20:29:43 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfk/backend#177
No description provided.