Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
module:login [2010/02/24 15:48] – created digitalman | module:login [2020/01/23 10:52] (current) – Mention the new "guest" option digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Login ====== | ====== Login ====== | ||
- | FIXME | + | |
+ | The configured Login Module is executed for the following [[server: | ||
+ | * All Telnet connections | ||
+ | * Unauthenticated SSH and RLogin connections | ||
+ | |||
+ | This module is responsible for querying the user's login ID and initiating the login process. | ||
+ | |||
+ | The name of the login module (by default, '' | ||
+ | |||
+ | The [[http:// | ||
+ | |||
+ | ^ Option ^ Default | ||
+ | | email_passwords | ||
+ | | confirm_email_address | true | Requires user to confirm their email address before sending a forgotten password | | ||
+ | | login_prompts | ||
+ | | inactive_hangup | ||
+ | | guest | true | Display the "or Guest" login suggestion when a " | ||
+ | |||
+ | ===== Customize ===== | ||
+ | |||
+ | If you choose to use a customized or entirely different login module, it is recommended that you use a different module name (not " | ||
===== See Also ===== | ===== See Also ===== | ||
- | * [[: | + | * [[:module:|Modules]] |
+ | * [[:module:Logon]] Module | ||
+ | * [[: | ||
+ | * [[:dir:mods]] Directory | ||