Add configuration option for maximum number of fingerprint retries#833
Add configuration option for maximum number of fingerprint retries#833coldiron wants to merge 1 commit intohyprwm:mainfrom
Conversation
ca0afe3 to
b81dbd3
Compare
There was a problem hiding this comment.
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.
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.