Subj : src/sbbs3/newuser.cpp To : CVS commit From : rswindell Date : Tue Apr 07 2020 07:53 pm src/sbbs3 newuser.cpp 1.86 1.87 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs:/tmp/cvs-serv26018 Modified Files: newuser.cpp Log Message: Allow more new user information prompts to be disabled by setting the prompt text to an empty strings ("") in the ctrl/text.dat file, even the Name/Alias prompt! Now this does mean that only terminal protocols where the username is provided as part of the negotiation could be used to create new user accounts (i.e. not Telnet), which I suppose could be fine for an RLogin-only game server .. If no user name is supplied by either protocol or prompt, an error is logged and the function fails. .