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)