The latest stable Synchronet release is v3.21e-Win32 (install), released Mar-2026.

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

Next revision
Previous revision
user:login:index [2026/05/07 21:42] – Create user-documentation namespace beachhead (start migration of docs/user.html) Claude.Aiuser:login:index [2026/05/08 14:30] (current) – Add newuser registration link Claude.Ai
Line 1: Line 1:
 ====== Login Modules ====== ====== Login Modules ======
  
-The **login module** is what handles everything between connection and the [[user:shell:|command shell]] — the matrix screen (if any), the ''NN:'' / ''PW:'' prompts, the new-user signup flow, and any pre-logon banners or chooser screens. It's a [[:module:|loadable module]], not part of the shell, and a sysop can swap it out for a custom one.+The **login module** is what handles everything between connection and the [[user:shell:|command shell]] — the matrix screen (if any), the ''Login:'' / ''Password:'' prompts, the new-user signup flow, and any pre-logon banners or chooser screens. It's a [[:module:|loadable module]] (default ''login''; source: ''[[dir:exec]]/login.js''), not part of the shell, and a sysop can swap it out for a custom one.
  
 ===== Stock login module ===== ===== Stock login module =====
  
-  * [[user:login:default|Default login (''login.js'')]] — the standard ''NN:'' / ''PW:'' flow, with new-user signup via ''[[:module:newuser|newuser]]''+  * [[user:login:default|Default login (''login.js'')]] — the standard ''Login:'' / ''Password:'' flow 
 +  * [[user:login:newuser|New User Registration]] — the new-user signup flow (''newuser_prompts'', ''newuser_signup'', ''newuser'' modules)
  
 ===== Other modules invoked around logon ===== ===== Other modules invoked around logon =====