Both sides previous revisionPrevious revisionNext revision | Previous revision |
module:login [2019/07/15 22:37] – [Login] Document the new fast-login related options (default: disabled) digital man | module:login [2020/01/23 10:52] (current) – Mention the new "guest" option digital man |
---|
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 a "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 ===== |