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 [2026/03/25 22:50] (current) – Update link to login.js, add new login_prompt and password_prompt options 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 [[https:// | ||
| + | |||
| + | ^ Option ^ Default | ||
| + | | email_passwords | ||
| + | | confirm_email_address | '' | ||
| + | | login_prompts | ||
| + | | login_prompt | ||
| + | | password_prompt | ||
| + | | guest | '' | ||
| + | | legacy_prompts | ||
| + | |||
| + | ===== 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 | ||