• new emailval

    From Mortifis@1:103/705 to All on Sun Jul 21 14:01:18 2019
    As per the emailval.js instructions, I have the newest emailval.js and login/login js files, updated the sbbsdefs.js and text.dat and added the [emailval] and adjusted the [logon] portions of modopts.ini, however, when a user (or new user) logs on with the defined security level, the emailval.js is not triggered.

    Any ideas what I may have hosed?




    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Mortifis on Sun Jul 21 14:45:50 2019
    Re: new emailval
    By: Mortifis to All on Sun Jul 21 2019 14:01:18

    As per the emailval.js instructions, I have the newest emailval.js and login/login js files, updated the sbbsdefs.js and text.dat and added the

    This is triggered from logon.js, if:

    modopts.ini -> [logon] -> email_validation = true

    It should produce some output if the user's security level equals:

    modopts.ini -> [emailval] -> level_before_validation

    or if that key is absent and the user's security level is 50.

    Check for typos in both key names (emailval, level_before_validation). In the former case, the script
    just won't run if you mistyped. In the latter case, the default security level, 50, would be applied as
    the pre-validation level.

    Check that you don't have mods/logon.js, or that if you do, it has a section like this near the top:

    if(options.email_validation == true) {
    load({}, "emailval.js");
    if(!bbs.online)
    exit();
    }

    If you happen to have a mods/emailval.js, any changes you made there could also be a factor.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mortifis@1:103/705 to echicken on Sun Jul 21 20:22:39 2019
    Re: new emailval
    By: Mortifis to All on Sun Jul 21 2019 14:01:18

    As per the emailval.js instructions, I have the newest emailval.js and login/login js files, updated the sbbsdefs.js and text.dat and added the

    This is triggered from logon.js, if:

    modopts.ini -> [logon] -> email_validation = true

    DUH! I had it in the [login] section ... now that it's in the [logon] section it is working :-/

    Good thing I never claimed to be intelligent :-)


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)