-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock: add -ignore-empty-password option
This allows users who, habitually or otherwise, use the Enter key to wake their computer to avoid causing multiple failed authentication attempts in the process. Unfortunately, this doesn't seem viable as a default as there appear to be valid configurations where submitting an empty password to PAM is exactly what the user intends. To quote a commit message from when i3lock added this feature: > Some users may want to validate an empty password: PAM may rely on > other sources to unlock the screen, like the presence of a token or > the proximity of some Bluetooth device.
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters