Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:emailval [2019/07/14 21:44] – [Configure] Document new option: expiration_after_validation digital manmodule:emailval [2020/12/10 19:15] (current) – [Configure] add valid_chars and code_length options mlong
Line 11: Line 11:
 ===== Configure =====  ===== Configure ===== 
  
-The [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/emailval.js|e-mail validation module]] supports the following configuration options in the ''[emailval]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file:+The [[https://gitlab.synchro.net/main/sbbs/-/blob/master/exec/emailval.js|e-mail validation module]] supports the following configuration options in the ''[emailval]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file:
  
 ^ Option ^ Default ^ Description ^ ^ Option ^ Default ^ Description ^
 +| valid_chars | ''ACDEFHJKLMNPQRTUVWXY23456789!@#$%&*'' | Valid characters to use in generated validation codes |
 +| code_length | ''16'' | Length of generated validation codes |
 | level_before_validation | ''50''  | Security [[access:level]] of unvalidated users | | level_before_validation | ''50''  | Security [[access:level]] of unvalidated users |
 | level_after_validation | ''60''  | Security [[access:level]] of validated users  | | level_after_validation | ''60''  | Security [[access:level]] of validated users  |