From cd4f9cc3268834266da0a007317c41747ea0d2e8 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Debian Linux)" <rob@synchro.net>
Date: Thu, 9 Mar 2023 18:38:23 -0800
Subject: [PATCH] Add a notice clarify that this script is not actually used by
 anything

and suggestions how to achieve what the reader/sysop is wanting.
---
 exec/newuser_signup.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/exec/newuser_signup.js b/exec/newuser_signup.js
index 782fbe9327..540dd7913b 100644
--- a/exec/newuser_signup.js
+++ b/exec/newuser_signup.js
@@ -1,5 +1,11 @@
 /*
  * New user creation routine... basically a copy of newuser.cpp
+ *
+ * NOTICE:
+ * This script is not normally called/used by anything, so making changes
+ * to this script is unlikely to achieve what you're wanting. Instead,
+ * consider making changes to SCFG->System->New User Prompts, New User
+ * Values, or the new user question strings in your ctrl/text.dat file.
  */
 
 load("text.js");
-- 
GitLab