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

[Feature] Remember login method #58

Closed
emptywee opened this issue Mar 24, 2023 · 4 comments
Closed

[Feature] Remember login method #58

emptywee opened this issue Mar 24, 2023 · 4 comments

Comments

@emptywee
Copy link

Describe the problem this feature would solve

The app supports logging in with a password or Windows Hello. I use the latter, but have to click every single time that I want to login using Windows Hello. This feature would make the app remember the last method used and automatically prompt the right dialog.

It appears that the first time the app is started after booting the OS it uses Windows Hello prompt to unlock the app/db, but later in the day it defaults to regular password login.

Describe the solution

The solution would save a click each time the app is used. Hence, improve users productivity :)

Describe alternatives you've considered

N/A

Additional context & Screenshots

N/A

@jp-weber
Copy link
Member

It appears that the first time the app is started after booting the OS it uses Windows Hello prompt to unlock the app/db, but later in the day it defaults to regular password login.

Do you mean that when the app automatically logs you out, you have to press the Windows Hello button when you log in again?

@emptywee
Copy link
Author

It appears that the first time the app is started after booting the OS it uses Windows Hello prompt to unlock the app/db, but later in the day it defaults to regular password login.

Do you mean that when the app automatically logs you out, you have to press the Windows Hello button when you log in again?

Here's how it is for me. I start my computer and boot into Windows. Then I launch the 2fast app (where I have Windows Hello enabled and set as preferred), it indeed invokes Windows Hello login method and all's good. If I manually click the lock button in the upper right corner, it locks the database and prompts for password, instead of Windows Hello. Same happens when it automatically locks the database.

@jp-weber
Copy link
Member

jp-weber commented Apr 4, 2023

This is intentional in this case, as the open Windows Hello popup blocks the application window and the minimisation of it.

Only if the window in the background has locked itself and you then bring the window back to the foreground, I could think about an automatic start from the Windows Hello login.

@emptywee
Copy link
Author

emptywee commented Apr 4, 2023

Understood.

@emptywee emptywee closed this as completed Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants