• [wiki.synchro.net] page changed: module:logon

    From wiki.synchro.net@VERT to All on Thu Apr 25 20:15:03 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    Document the logon module available options
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Thu Apr 25 20:19:35 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Right justify table data didn't work right. <shrug>
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Fri Apr 26 02:25:11 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] mention the section name in the modopts.ini
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Fri Apr 26 15:39:15 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [See Also]
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Thu May 30 23:46:39 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Added a "Customize" section
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Thu Jul 11 19:19:58 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Document new last_few_callers setting
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Sun Jul 14 20:41:34 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Mention the new email_validation option.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to wiki.synchro.net on Mon Jul 15 00:58:16 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Mention the new email_validation option.


    Woohoo, a very extensive update to the emailval.js module, I must say, this particular development is VERY much welcomed! Thank you!


    My teachers always said "You can't make a living looking out a window!", they were wrong, I drive truck :-P

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From Digital Man@VERT to Mortifis on Sun Jul 14 21:24:32 2019
    Re: Re: [wiki.synchro.net] page changed: module:logon
    By: Mortifis to wiki.synchro.net on Mon Jul 15 2019 12:58 am

    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Mention the new email_validation option.


    Woohoo, a very extensive update to the emailval.js module, I must say, this particular development is VERY much welcomed! Thank you!

    I consider that a pretty minor change actually.

    I didn't write this module, but I have some issues with its design:

    1. It uses the user's security level as the sole indicator that the user's email address has not been validated. I think a flag or a separate user property (a newer concept, but completely doable at time this script was written by tracker1) would make more sense (just toggle the flag on/off). That way if the user changed their email address, let's say, you could require it to be re-validated without touching any other security settings.

    2. It stores the random code and the successful validation result in the user's comment field. This is a bad idea. The sysop could have already put some useful comment there which would get blown-away by the script. Or the sysop may accidentally change/clear the pending code because they're using the user editor to add comments to users. Again, another use for a user property (see load/userprops.js and their example usage in other *.js files).

    3. It requires the user to type the code, which I guess is okay and should be an option, but it'd be much more cool if the email included an http link that the user could just click to verify their email address. Like how the rest of the world does it. :-)

    digital man

    This Is Spinal Tap quote #36:
    Bobbi Flekman: Money talks, and bullshit walks.
    Norco, CA WX: 74.3øF, 62.0% humidity, 4 mph E wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Mon Jul 15 22:41:49 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Customize] Document Fast Logon
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Tue Jul 16 00:15:06 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] fast_logon* moved here from login module.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Tue Jul 16 00:17:04 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Fast Logon] Updated
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Wed Oct 30 11:58:01 2019
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Added 'show_logon_list' option, removed 'last_few_callers' option
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Fri Apr 3 08:37:46 2020
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Added eval_first and eval_last modopts.ini options
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Sat Jul 31 17:46:59 2021
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    More details about fast logon mode.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Sat Jul 31 17:56:28 2021
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    Document the sysop_available and sysop_unavailable options
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Sat Jul 31 18:18:43 2021
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    Document the new guest prompt disable options
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Sat Jul 31 18:58:14 2021
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    [Logon] Now allows guest info prompt text to be overridden
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Tue Apr 1 11:55:43 2025
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    Document the xtrn_sec=<code> RLogin terminal option
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Wed Apr 2 22:17:02 2025
    Wiki edit of http://wiki.synchro.net/module:logon by digital man:
    Document the rlogin_xtrn_logon and rlogin_xtrn_logoff options
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net