Hi, i'm trying to disable password check. I already read man page of login.conf (5) and passwd (1). What i have done :
- add a new class "insane" in /etc/login.conf : insane:\ :minpasswordlen=1:\ :passwordcheck=/usr/bin/true:\ :passwordtries=1: - add a new user with this class The length control is ok, tries is also ok, but the password check is still here. Any idea to disable it ? Cheers, Wesley.