Subj : exec/load/user_info_prompts.jsexec/logon.js newuser_prompts.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Jan 10 2026 03:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/6d9a31337c87c50ed185c51d Added Files: exec/load/user_info_prompts.js Modified Files: exec/logon.js newuser_prompts.js Log Message: Share user info prompts between newuser and logon (missing property) checks Moved the majority of the content from newuser_prompts.js to load/user_info_prompts.js so it can now be reused in logon.js (needed now that we removed the checks from logon.cpp). - This also fixes a couple bugs: the "Invalid or duplicate handle" log message logged the user's name instead of handle. - If the sysop had the system configured to prmopt new users for their address but *not* their location, they would not be prompted for their city, state. .