Subj : src/sbbs3/js_global.cpp jsexec.cpp mailsrvr.cpp main.cpp newuser.cpp s To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Dec 27 2025 01:17 am https://gitlab.synchro.net/main/sbbs/-/commit/7acf0a67428a4ea6a4a8bc25 Modified Files: src/sbbs3/js_global.cpp jsexec.cpp mailsrvr.cpp main.cpp newuser.cpp sbbs.h src/sbbs3/scfg/scfgsys.c src/sbbs3/scfgdefs.h scfglib1.c scfgsave.c websrvr.cpp Log Message: Support an optional "new user prompts" loadable module SCFG->System->Loadable Modules->New User Prompts replaces much (not all) of the logic from newuser.cpp with a script/module. I think this scriptifies what most sysops want to customize in the new user registration process and what's left that's still hard-coded (in C++), can be customized through text strings and settings. Issue #563. If more is wanted/needed to be scriptable, let me know. For now, the old hard-coded prompt logic is still there in newuser.cpp and is used whenever there's no "new user prompts module" specified (the default). .