• src/sbbs3/logon.cpp newuser.cpp str.cpp text.h text_defaults.c useredit.cpp

    From rswindell to CVS commit on Monday, March 30, 2020 18:41:51
    src/sbbs3 logon.cpp 1.75 1.76 newuser.cpp 1.84 1.85 str.cpp 1.85 1.86 text.h 1.45 1.46 text_defaults.c 1.75 1.76 useredit.cpp 1.67 1.68
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14712

    Modified Files:
    logon.cpp newuser.cpp str.cpp text.h text_defaults.c
    useredit.cpp
    Log Message:
    Use the new MIN_PASS_LEN macro rather than harding '4' in the code and
    in the text.dat. This may be a sysop-configurable value in the future.
    text.dat NewPasword is now NewPassswordPromptFmt and includes both the
    minimum and maximum password length as % specifiers.