Comment 17 for bug 1357548

Revision history for this message
Pat McGowan (pat-mcgowan) wrote : Re: [settings] Empty PIN/password/passphrase field appears to contain 4 characters

acceptableInput doesn't ensure 4 digits which is why I used the length check, and there is no way to specify minimum length.
Using 1000 as a bottom would not allow a 0 in the first digit so do not think that works.