RndPhrase / RndPhrase.js

Javascript module to auto generate secure passwords
2 stars 0 forks source link

Minimal size versus max chars #19

Closed rlindsgaard closed 10 years ago

rlindsgaard commented 10 years ago

There is a conflict if the sum of the max chars are lesser than the minimal size. The minial size should be forced to be that of the sums of the maximum characters if they are valid (that is max >= min)

rlindsgaard commented 10 years ago

Fixed in https://github.com/RndPhrase/RndPhrase.js/commit/1ff46254a740e4d80367219dab71078050f0f236

rlindsgaard commented 10 years ago

Reopened. It does not work correctly in 0.9.3

rlindsgaard commented 10 years ago

I think I fixed this with 0.9.5. If didn't next time I should write how to reproduce it.