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:login [2019/07/15 22:37] – [Login] Document the new fast-login related options (default: disabled) digital manmodule:login [2020/01/23 10:52] (current) – Mention the new "guest" option digital man
Line 11: Line 11:
 The [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/login.js|default login module]] is ''[[dir:exec]]/login.js'' and supports the following configuration options in the ''[login]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file: The [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/login.js|default login module]] is ''[[dir:exec]]/login.js'' and supports the following configuration options in the ''[login]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file:
  
-^ Option ^ Default ^ Description ^+^ Option ^ Default      ^ Description ^
 | email_passwords       | true  | Send forgotten passwords to users via [[server:mail|email (SMTP)]] | | email_passwords       | true  | Send forgotten passwords to users via [[server:mail|email (SMTP)]] |
 | confirm_email_address | true  | Requires user to confirm their email address before sending a forgotten password | | confirm_email_address | true  | Requires user to confirm their email address before sending a forgotten password |
-| login_prompts     | 10    | Maximum number of login prompts to display before disconnecting | +| login_prompts         | 10    | Maximum number of login prompts to display before disconnecting | 
-| inactive_hangup   | 30    | Seconds of dumb-terminal (e.g. non-ANSI) user/bot inactivity before disconnecting | +| inactive_hangup       | 30    | Seconds of dumb-terminal (e.g. non-ANSI) user/bot inactivity before disconnecting | 
-fast_logon        false When ''true'', allows users to choose a fast-logon by adding the fast_logon_char (e.g. ''!'') in front of their user name or number at the ''Login:'' prompt | +guest                 true  Display the "or Guest" login suggestion when "Guest" user account exists |
-| fast_logon_char   | ''!'' | Fast-logon username / number prefix character used to detect a user-chosen fast-logon | +
-| fast_logon_requirements | //none// | An [[access:requirements|access requirements string]] that specifies a subset of users which may use the fast-logon option |+
  
 ===== Customize ===== ===== Customize =====