Files
ladybird/Userland/Libraries/LibCore/Account.h
Andreas Kling 3b80358142 LibCore: Always fail Account authentication on missing shadow entry
If a user is missing from /etc/shadow, we used to just allow anyone to
authenticate as that user without a password.

With this patch, authentication will instead always fail.
2021-01-21 11:34:39 +01:00

3.2 KiB