question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Display "Enter Password" option once Biometrics fail

See original GitHub issue

Currently, there are 2 policies:

export enum LAPolicy {
        DEVICE_PASSCODE_OR_BIOMETRICS = "AuthenticationWithBiometricsDevicePasscode",
        BIOMETRICS = "AuthenticationWithBiometrics"
    }

When I use either of those I do not get the following as a fallback screen. Is this implemented?I want to be able to show “Enter Password” once biometrics fails. Once “Enter password” is clicked, we want to go back to the screen again (dismissing the modal)

img_6535

Any help would be appreciated.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:13
  • Comments:9

github_iconTop GitHub Comments

0reactions
JeffreyLeeDavecommented, Mar 22, 2021

Sorry for the misunderstanding, it still didn’t work on Android. But it works in iOS. We didn’t do anything special for it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use password instead of PIN after three fingerprint failures?
Open the Settings > Accounts > Sign-in options. 2. Scroll down to the PIN section and choose Remove. 3. Confirm removal. 4. Type...
Read more >
android - How to show system password option if Biometric ...
In case user failed I want to show System password as a secondary option to authenticate. How to do that with Biometric Prompt?...
Read more >
Face ID, Touch ID, passcodes, and passwords - Apple Support
Users can use their passcode or password anytime instead of Face ID or Touch ID, but there are situations where biometrics aren't permitted....
Read more >
Windows Authentication (Biometric) Fails, Cannot Access ...
Boot your machine and press F8 to enter Safe Mode. · Continue pressing F8 until the Boot Options screen appears. · Select Safe...
Read more >
A complete guide to troubleshooting Windows Hello
The usual cause of this error is that the user tries to log in with Hello using a face or fingerprint but gets...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found