• exec/login.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, June 01, 2025 00:26:31
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wednesday, March 25, 2026 21:03:50
    https://gitlab.synchro.net/main/sbbs/-/commit/3c77746fdf121e53e86aa38c
    Modified Files:
    exec/login.js
    Log Message:
    Add module options: login_prompt and password_prompt

    Make it easier for sysops that want to, to change these prompts via modopts

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, August 08, 2026 17:16:15
    https://gitlab.synchro.net/main/sbbs/-/commit/122d78f807a975e7e8f05930
    Modified Files:
    exec/login.js
    Log Message:
    Add options to override default dynamically-generated login prompt segments:

    - name_prompt
    - number_prompt
    - new_prompt
    - guest_prompt

    These can be set in the [login] section of ctrl/modopts.ini or in ctrl/modopts/login.ini

    For Nelgin's mode7 experiment

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, August 08, 2026 18:54:55
    https://gitlab.synchro.net/main/sbbs/-/commit/dad2de334ace5e02eabe16bb
    Modified Files:
    exec/login.js
    Log Message:
    Add login_prompt_str option for Nelgin

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net