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
Last revisionBoth sides next revision
module:emailval [2019/07/14 20:53] – Add modopts.ini supported values and use digital manmodule:emailval [2020/12/10 14:47] – [Configure] change link from cvs to gitlab 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 | +| 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  |
 | 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 22:
 | 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 |