Subj : exec/login.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sun Jun 01 2025 12:26 am https://gitlab.synchro.net/main/sbbs/-/commit/7276d373acdc2b3453b4bb0e Modified Files: exec/login.js Log Message: Use User.is_sysop instead of comparison of user's sec level < 90 Don't bother emailing a blank password (shouldn't even get here in that case). Don't send legacy prompts (NN:, PW:) unless legacy_prompts=true is set in ctrl/modopts/login.ini (or the [login] section of ctrl/modopts.ini). I got tired of seeing these old/obsolete prompts (does WWIV even still send them? I don't think so) in captures of terminals that don't support bare CR correctly (hello ROMTERM) - and since I'm doubtful there are any login scripts that actually key off of these prompts any more, just disable thenm by default. .