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 revision
Previous revision
Next revisionBoth sides next revision
module:makeguest [2010/02/24 15:50] – created digitalmanmodule:makeguest [2021/01/18 19:37] – [Invocation] Give jsexec example digital man
Line 1: Line 1:
-====== Makeguest ====== +====== Make Guest ====== 
-FIXME+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]]. 
 + 
 +===== 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. 
 + 
 +Otherwise, a sysop can invoke it manually using [[util:JSexec]]: 
 +  jsexec makeguest.js
 ===== See Also ===== ===== See Also =====
-  * [[:module:|module index]]+  * [[:module:|Modules]] 
 +  * [[:module:logon|Logon module]]  
 +  * [[:module:makeuser|Make User module]] 
 + 
 +{{tag>guest useredit}}