Originally created by @ryan4yin on GitHub (Jul 30, 2023).
swaylock rejecting a valid password, always report the password is wrong.
Related:
- https://www.reddit.com/r/NixOS/comments/sg9e8a/issue_with_swaylock/
- https://github.com/NixOS/nixpkgs/issues/158025
Can be fixed by add this line:
```
security.pam.services.swaylock = {};
```
adam
added the bug label 2025-12-29 04:20:34 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ryan4yin on GitHub (Jul 30, 2023).
swaylock rejecting a valid password, always report the password is wrong.
Related:
Can be fixed by add this line: