Closed Miro-H closed 5 years ago
Oh, I need to check if all legacy passwords have length 8
Oh, I need to check if all legacy passwords have length 8
There is at least one with length 6. But I checked again and it should only affect password change requests (but I found and removed some misplaced min len requirements)
Some refactoring, changed my test cases to the new state.
@RequestForCoffee I put the min lengths in a shared constant field and replaced wherever I think the min length should be present.