mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
168 stars 131 forks source link

Backup validation has fingerprint too #17

Closed malwatte closed 8 years ago

malwatte commented 8 years ago

When I add a new fingerprint Plugin shows the backup validation (not regular fingerprint dialog). But the problem is it has fingerprint option too. That means I can use fingerprint as the backup validation when fingerprint are changed.

Please refer the screenshot. backup validation

Is it possible to ignore fingerprint changes and show fingerprint dialog as normal? Or would it be possible to show only the PIN or passcode in backup validation?

Device: HTC 10 Version: 6.0.1

Thank you.

mjwheatley commented 8 years ago

There is not a way to disable the fingerprint authentication on the backup credentials screen.

I have published v0.1.0 to include a userAuthRequired parameter that you can set to false to ignore fingerprint changes and show the fingerprint dialog as normal.

malwatte commented 8 years ago

Greatly appreciate your quick response. Thank you.