• RLogin new user prompts

    From HSM@VERT/FREESPEA to All on Tuesday, April 07, 2020 20:10:00
    Hello,

    Using Synchronet as a door server, I want to pass the user off seamlessly as possible. There are 3 prompts I can't find to remove

    Does your terminal support IBM extended ASCII?
    Enter your full name or alias:
    Is the above information correct?

    Since this information is already sent in the Rlogin script it's just
    redundant and not needed. I know I can change the text but I'd rather it just not be there.

    Thanks!

    -=- HSM -=-
    -=ssh/http/telnet://thefreespeak.com=-

    --- Mystic BBS v1.12 A46 2020/03/26 (Windows/64)
    * Origin: -=- TheFreeSpeak.com -=- Pittsburgh, PA -=-
  • From The Millionaire@VERT/PARKAVE2 to HSM on Tuesday, April 07, 2020 17:23:00
    Re: RLogin new user prompts
    By: HSM to All on Tue Apr 07 2020 08:10 pm

    Hello,

    Using Synchronet as a door server, I want to pass the user off seamlessly as possible. There are 3 prompts I can't find to remove

    Does your terminal support IBM extended ASCII?
    Enter your full name or alias:
    Is the above information correct?

    Since this information is already sent in the Rlogin script it's just redundant and not needed. I know I can change the text but I'd rather it just not be there.

    Thanks!

    -=- HSM -=-
    -=ssh/http/telnet://thefreespeak.com=-

    i think those are also in text.dat as well.

    $ The Millionaire $
    Park Avenue Place
    Surrey, B.C., Canada

    ---
    þ Synchronet þ Sent From Park Avenue Place
  • From Digital Man@VERT to HSM on Tuesday, April 07, 2020 20:04:16
    Re: RLogin new user prompts
    By: HSM to All on Tue Apr 07 2020 08:10 pm

    Hello,

    Using Synchronet as a door server, I want to pass the user off seamlessly as possible. There are 3 prompts I can't find to remove

    Does your terminal support IBM extended ASCII?
    Enter your full name or alias:
    Is the above information correct?

    Since this information is already sent in the Rlogin script it's just redundant and not needed. I know I can change the text but I'd rather it just not be there.

    So those strings are in the ctrl/text.dat and with many of those strings (not all), if you just set them to a blank string (""), then there will be no associated prompt for user-input. Unfortunately, that was *not* the case with the User name/alias prompt (EnterYourAlias in the text.dat), until a committed-change I just made (to newuser.cpp).

    If update to the latest *and* set that string to a blank string, there will be no prompt. However... this also means that users using protocols that do not supply a username during negotiation (i.e. Telnet) will not be able to create new user accounts. Is that what you desire?

    Also, since there would be no prompt, there could be no opportunity for the user to change their user name should it match one of the disallowed user names in your text/name.can file. Is that also what you desire?

    digital man

    Synchronet/BBS Terminology Definition #87:
    XPDEV = Cross-platform Development
    Norco, CA WX: 53.2øF, 77.0% humidity, 6 mph WNW wind, 0.99 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to HSM on Wednesday, April 08, 2020 00:27:23
    El 7/4/20 a las 17:10, HSM escribi¢:
    Hello,

    Using Synchronet as a door server, I want to pass the user off seamlessly as possible. There are 3 prompts I can't find to remove

    Does your terminal support IBM extended ASCII?
    Enter your full name or alias:
    Is the above information correct?

    Since this information is already sent in the Rlogin script it's just redundant and not needed. I know I can change the text but I'd rather it just
    not be there.

    Thanks!
    Maybe, you can create a custom shell to skip the questions



    -=- HSM -=-
    -=ssh/http/telnet://thefreespeak.com=-

    --- Mystic BBS v1.12 A46 2020/03/26 (Windows/64)
    * Origin: -=- TheFreeSpeak.com -=- Pittsburgh, PA -=-


    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Rampage@VERT/SESTAR to Ragnarok on Wednesday, April 08, 2020 09:21:14
    Re: Re: RLogin new user prompts
    By: Ragnarok to HSM on Wed Apr 08 2020 00:27:23


    Since this information is already sent in the Rlogin script it's
    just redundant and not needed. I know I can change the text but
    I'd rather it just not be there.

    Ragnarok> Maybe, you can create a custom shell to skip the questions

    it isn't the shell... the above takes place long before the shell is loaded... the login sequence is what has to be modified and that's done in login.js or logon.js... but that may not be enough in this instance...


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From HSM@VERT/FREESPEA to Digital Man on Wednesday, April 08, 2020 20:34:00
    On 07 Apr 2020, Digital Man said the following...

    So those strings are in the ctrl/text.dat and with many of those strings ( l), if you just set them to a blank string (""), then there will be no ass d prompt for user-input. Unfortunately, that was *not* the case with the U me/alias prompt

    Thank you! That worked for me. The Alias is still displayed but I can work with that.

    -=- HSM -=-
    -=ssh/http/telnet://thefreespeak.com=-

    --- Mystic BBS v1.12 A46 2020/03/26 (Windows/64)
    * Origin: -=- TheFreeSpeak.com -=- Pittsburgh, PA -=-
  • From Digital Man@VERT to HSM on Wednesday, April 08, 2020 19:15:47
    Re: Re: RLogin new user prompts
    By: HSM to Digital Man on Wed Apr 08 2020 08:34 pm

    On 07 Apr 2020, Digital Man said the following...

    So those strings are in the ctrl/text.dat and with many of those strings ( l), if you just set them to a blank string (""), then there will be no ass d prompt for user-input. Unfortunately, that was *not* the case with the U me/alias prompt

    Thank you! That worked for me. The Alias is still displayed but I can work with that.

    If you update to the latest dev code (now versioned v3.18a), it won't prompt. But will have no side-effects I mentioned.

    digital man

    Synchronet/BBS Terminology Definition #32:
    FTP = File Transfer Protocol
    Norco, CA WX: 52.3øF, 70.0% humidity, 6 mph E wind, 0.05 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to HSM on Wednesday, April 08, 2020 19:24:49
    Re: Re: RLogin new user prompts
    By: Digital Man to HSM on Wed Apr 08 2020 07:15 pm

    Re: Re: RLogin new user prompts
    By: HSM to Digital Man on Wed Apr 08 2020 08:34 pm

    On 07 Apr 2020, Digital Man said the following...

    So those strings are in the ctrl/text.dat and with many of those strings ( l), if you just set them to a blank string (""), then there will be no ass d prompt for user-input. Unfortunately, that was *not* the case with the U me/alias prompt

    Thank you! That worked for me. The Alias is still displayed but I can work with that.

    If you update to the latest dev code (now versioned v3.18a), it won't prompt. But will have no side-effects I mentioned.

    I meant to say ... but will have *the* side-effects I mentioned.

    digital man

    Synchronet/BBS Terminology Definition #25:
    DTE = Data Terminal Equipment
    Norco, CA WX: 51.9øF, 68.0% humidity, 7 mph ESE wind, 0.05 inches rain/24hrs

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