mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
The login applet did not know about shadow passwords, and could thus not determine if a user accont was locked or passwordless. This caused it to return 'login: bad salt' instead of "Login incorrect", which is the more secure path for handling brute force attempts. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>