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 20:53] – Add modopts.ini supported values and use 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 ^
-| level_before_validation | 50  | Security [[access:level]] of unvalidated users | +| valid_chars | ''ACDEFHJKLMNPQRTUVWXY23456789!@#$%&*'' | Valid characters to use in generated validation codes | 
-| level_after_validation | 60  | Security [[access:level]] of validated users  |+| code_length | ''16'' | Length of generated validation codes | 
 +| level_before_validation | ''50''  | Security [[access:level]] of unvalidated users | 
 +| level_after_validation | ''60''  | Security [[access:level]] of validated users  |
 | flags1_after_validation | //no change// | [[access:Flags]] (from flags set 1) to give, add-to, or remove-from validated users | | flags1_after_validation | //no change// | [[access:Flags]] (from flags set 1) to give, add-to, or remove-from validated users |
 | flags2_after_validation | //no change// | " " (from flags set 2) | | flags2_after_validation | //no change// | " " (from flags set 2) |
Line 22: Line 24:
 | exemptions_after_validation | //no change// | [[access:Exemptions]] to give, add-to, or remove-from validated users | | exemptions_after_validation | //no change// | [[access:Exemptions]] to give, add-to, or remove-from validated users |
 | restrictions_after_validation | //no change// | [[access:Restrictions]] to give, add-to, or remove-from validated users | | restrictions_after_validation | //no change// | [[access:Restrictions]] to give, add-to, or remove-from validated users |
-| expiration_days_after_validation | //no change// | Days to extend the user's expiration, once validated |+| expiration_after_validation | ''false'' | If ''true'', leave or extend the user account expiration date. If ''false'', set validated users to not expire | 
 +| expiration_days_after_validation | //no change// | If ''expiration_after_validation = true'', the days to extend the user's expiration date, once validated |