-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIN validation #32
Comments
Hi, This is a really cool idea :). I'll give it a thought during the weekend. Cheers |
Hi, Great idea. Are you likely to add this feature soon? Would you like a pull request for it? --Tim |
Hi, Sorry for the delay @timt . Cheers, |
Hi, This is done in version 1.7.0 :). Thanks again for this idea :). Cheers, |
Fantastic - many thanks for this.
…On Tue, 9 Oct 2018 at 21:09, Jérémy Farnault ***@***.***> wrote:
Hi,
This is done in version 1.7.0 :).
I chose to go for the RegExp solution.
You can now use validationRegex property to check the PIN entered by the
user and the titleValidationFailed one to tweak the title displayed if
the check fails.
Thanks again for this idea :).
Cheers,
Jeremy
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKT5VSW6Gc96q7zcs4uZVp2rbyfeLFr5ks5ujQKOgaJpZM4WlELy>
.
|
Hi,
I wondered if you'd thought of adding pluggable validation rules when choosing a PIN, such as non-sequential numbers, and non-repeating numbers.
Or perhaps just a couple of new parameters that allow restricting the use of sequential numbers and all repeating numbers?
If not, would you accept a pull request?
Thanks.
The text was updated successfully, but these errors were encountered: