-
-
Notifications
You must be signed in to change notification settings - Fork 143
Add configuration option for maximum number of fingerprint retries #833
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
base: main
Are you sure you want to change the base?
Conversation
ca0afe3 to
b81dbd3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you misunderstood what the retry value means in this context.
It's how many time the dbus connection is allowed to fail.
We should properly fix the issue that causes you needing more than 3 retries instead of making this number adjustable.
Nevermind I misunderstood.
@moggiesir what do you think?
PointerDilemma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks I think this is good after looking at the code Fingerprint code again.
Wiki MR needed though :)
|
Works great, thanks for this change :))) Also, is there any reason against making something like I just noticed that with |
With this PR
@coldiron I think @alba4k is correct on that. Wanna move to Also let me know if I should finish this up with the changes and wiki MR, or if you want to do it yourself. |
|
@PointerDilemma I guess this PR makes no sense if that kind of stuff is moving to hyprauth, but maybe add something like infinite fingerprint retries there? :) would make sense, as biometrics aren't as easily brute-forced as passwords |
Satisfies #792
Adds a new configuration option
auth:fingerprint:max_retrieswith a default of 3, replacing the existing hard-coded value of 3 fingerprint retires.