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

Next revisionBoth sides next revision
module:newuser [2010/02/24 15:51] – created digitalmanmodule:newuser [2019/04/28 16:14] – Finally filled out with some useful info. digital man
Line 1: Line 1:
 ====== Newuser ====== ====== Newuser ======
-FIXME+ 
 +The configured //New User// Module is executed during [[server:Terminal]] Server new user registrations. 
 + 
 +This optional module is responsible for querying the user's login ID and initiating the login process. 
 + 
 +The name of the new user module (by default, ''newuser'') is configured in [[util:SCFG]]->System->Loadable Modules->New User. 
 + 
 +The [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/newuser.js|default new user module]] is ''[[dir:exec]]/newuser.js'' and supports the following configuration options in the ''[newuser]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file: 
 + 
 +^ Option ^ Default ^ Description ^ 
 +| ask_sysop             | false      | Ask the new user if they are a visiting sysop (if yes, give the security flag ''1S'') | 
 +| ask_qnet              | false      | Ask the new user if the account is for QWK networking purposes | 
 +| qnet_name             | "DOVE-Net" | Name of QWK network (when ask_qnet = true) | 
 +| qwk_settings          |            | Use these QWK settings (''QWK_*'' from ''sbbsdefs.js'' or'd together) for new users | 
 +| avatar                | null       | Default user avatar (base64-encoded avatar value) | 
 +| avatar_file                      | Default user avatar (.bin filename) | 
 +| avatar_offset         | 0          | Avatar index to use from avatar_file | 
 +| send_welcome          | false      | Send a welcome email (''[[dir:text]]/welcome.msg'') to the new user | 
 ===== See Also ===== ===== See Also =====
-  * [[:module:|module index]]+  * [[:module:|Modules]] 
 +  * [[:module:Login]] Module 
 +  * [[:module:Logon]] Module