You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcrypt (generally from glibc) doesn't support yescrypt, which is used by default in Debian and Arch (among others). Accordingly, password hashing is broken on all of those. We need to use libxcrypt instead.
Cleanly return when crypt fails. Kind of unacceptable that it just fails to a stack trace.
Make sure to link against libxcrypt.
The text was updated successfully, but these errors were encountered:
libcrypt (generally from glibc) doesn't support yescrypt, which is used by default in Debian and Arch (among others). Accordingly, password hashing is broken on all of those. We need to use libxcrypt instead.
crypt
fails. Kind of unacceptable that it just fails to a stack trace.The text was updated successfully, but these errors were encountered: