Item12235: Reset Password does not honour {MinPasswordLength}
Priority: Normal
Current State: Closed
Released In: 1.1.6
Target Release: patch
When using BulkResetPassword to do password resets, the generated passwords always have 8 characters, regardless of the value of {MinPasswordLength}.
It's the underlying random password generator tool. It doesn't matter whether it's a Bulk or regular password reset.
Fixing this to return the minimum length password, or 8 characters, whichever is larger.
--
GeorgeClark - 12 Nov 2012