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
module:makeguest [2019/05/09 02:32] – updated digital manmodule:makeguest [2024/04/05 21:29] (current) – [Make Guest] Remove CVS reference digital man
Line 1: Line 1:
 ====== Make Guest ====== ====== Make Guest ======
-The Make Guest module is used to create the system //Guest// user account - highly recommended. The Make Guest module is located in [[dev:CVS]] [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/makeguest.js|here]].+The Make Guest module is used to create the system //Guest// user account - highly recommended.
  
 ===== Invocation ===== ===== Invocation =====
 The Make Guest module is normally invoked (executed) by the [[:module:Logon]] module, in response to a prompt for the sysop to agree to create a //Guest// user account because one does not exist. The Make Guest module is normally invoked (executed) by the [[:module:Logon]] module, in response to a prompt for the sysop to agree to create a //Guest// user account because one does not exist.
  
 +Otherwise, a sysop can invoke it manually using [[util:JSexec]]:
 +  jsexec makeguest.js
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules]]   * [[:module:|Modules]]
Line 10: Line 12:
   * [[:module:makeuser|Make User module]]   * [[:module:makeuser|Make User module]]
  
-{{tag>guest useredit}}+{{tag>guest useredit jsutil}}