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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
module:newuser [2019/04/28 16:14] – [Newuser] Oops. Not a login module. digital manmodule:newuser [2019/05/30 23:50] – [New User] created Customize section digital man
Line 1: Line 1:
-====== Newuser ======+====== New User ======
  
-The configured //New User// Module is executed during [[server:Terminal]] Server new user registrations.+The configured //New User// module is executed during [[server:Terminal]] Server new user registrations.
  
-The name of the new user module (by default, ''newuser'') is configured in [[util:SCFG]]->System->Loadable Modules->New User.+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: 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:
Line 16: Line 16:
 | avatar_offset         | 0          | Avatar index to use from avatar_file | | 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 | | send_welcome          | false      | Send a welcome email (''[[dir:text]]/welcome.msg'') to the new user |
 +
 +
 +===== Customize =====
 +
 +If you choose to use a customized or entirely different new user module, it is recommended that you use a different module name (not "newuser") and/or copy the stock new user module to your ''[[dir:mods]]'' directory before modifying.
 +
  
 ===== See Also ===== ===== See Also =====