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
CHPASSWD_OPTION=
if chpasswd --help 2>&1 | grep -q -- '-m,' ; then
CHPASSWD_OPTION='--md5'
fi
if chpasswd --help 2>&1 | grep -q -- '-e,' ; then
CHPASSWD_OPTION='--encrypted'
fi
Quoting from IRC:
Needs investigation whether we can do something about it.
The text was updated successfully, but these errors were encountered: