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
Next revisionBoth sides next revision
module:logon [2019/07/14 20:41] – [Logon] Mention the new email_validation option. digital manmodule:logon [2019/07/16 00:17] – [Fast Logon] Updated digital man
Line 15: Line 15:
 | last_few_callers  | 4     | Number of most-recent logons displayed during logon | | last_few_callers  | 4     | Number of most-recent logons displayed during logon |
 | email_validation  | false | Run the [[module:emailval]] (user e-mail address validation) module during logon | | email_validation  | false | Run the [[module:emailval]] (user e-mail address validation) module during logon |
 +| fast_logon        | false | When ''true'', allows users to choose a fast-logon by adding ''!'' in front of their login name/number |
 +| fast_logon_requirements | //none// | An [[access:requirements|access requirements string]] that specifies a subset of users which may use the fast-logon option |
 +
 +
 +===== Fast Logon =====
 +
 +The logon module supports a //fast-logon// mode which bypasses the display of logon menus and the execution of interactive user logon events.
 +
 +The JavaScript variable ''bbs.sys_status'' has a bit-flag, ''SS_FASTLOGON'', which is used by the logon module to determine whether a fast-logon was requested by the user.
  
 ===== Customize ===== ===== Customize =====