1.v2013.1
2.I specified special Characters
"<!-- password generation settings -->
<passwordGeneration minLengthDefault="8" maxLengthDefault="10" lowerChars="abcdefgijkmnopqrstwxyz" upperChars="ABCDEFGHJKLMNPQRSTWXYZ" numericChars="23456789" specialChars="!#$%" otherChars=""/>"
I may have fixed it. it was the length of the password that was inconsistent. On the search/reset password, it was 10. Where as if I click on the user itself, the minimum was 12, which is what it should be. I've updated the min and max default to be 12.
Thanks.