Subj : exec/newuser_prompts.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Jan 03 2026 01:41 am https://gitlab.synchro.net/main/sbbs/-/commit/715d9eeffbcb00397d200711 Modified Files: exec/newuser_prompts.js Log Message: Cosmetic improvements and an important bug fix Whoa, can't use strchr() here, this ain't C or C++! Don't need to set SS_NEWUSER here since it's now always set in sbbs_t::newuser(). Use gettext() - so less use of text.dat strings (e.g. ContinueQ which now has no uses!). More prompting to cancel the new user registration process and more details about rejecting user strings/values and when restarting the prompt loop. .