Skip to content
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

Infinite failed PIN lock attempts #54

Open
roundhill opened this issue Mar 3, 2017 · 1 comment
Open

Infinite failed PIN lock attempts #54

roundhill opened this issue Mar 3, 2017 · 1 comment
Labels

Comments

@roundhill
Copy link
Contributor

Originally reported at: Automattic/simplenote-android#427

Not sure if this is intended but failing to enter the correct PIN lock code allows you to keep trying an infinite (tested up to 34 on my end) number of times

Steps to reproduce:

Launch Simplenote.
Activate the PIN lock feature under Settings > Turn PIN lock On.
Add a 4 digit passcode, for instance 1234.
Close the app and relaunch.
Enter a wrong passcode.
Keep entering the wrong passcode.
What would I expect?
As you get stuck in the unlock screen and there's no message for the user on how to workaround that or access to their notes, I'd suggest a message after 3 failed attempts on the lines of

"Have you lost access to Simplenote? You can regain access by re-installing the app and logging into your account."
As reinstalling the app would request your email and password in order to log in, that should be alright and at the same time there's an effective way to get out of the loop of not being able to access to your account and not getting a message on how to solve that.

@mcpotter
Copy link

I noticed a similar issue on an app I'd been working on. Our workaround was to just extend the passcode activity, put in a countdown which once it reached zero would trigger some action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants