From 7aa724f6a509f0f3e34d84ddacc7aea73cb95e89 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 17 Feb 2019 00:12:48 +0000
Subject: [PATCH] New keys for the [login], [fingerservice], and [nodelist]
 sections.

---
 ctrl/modopts.ini | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini
index 0c01ece4ef..894ac8c8f7 100644
--- a/ctrl/modopts.ini
+++ b/ctrl/modopts.ini
@@ -8,6 +8,7 @@
 [login]
 ; Send password via email to user if they forget it and can't login
 	email_passwords = true
+	confirm_email_address = true
 	login_prompts = 10
 	inactive_hangup = 30	; seconds
 
@@ -68,11 +69,25 @@
     findfile = false
     include_age = false
     include_gender = false
+    include_location = true
     include_real_name = true
 
 [nodelist]
     include_age = false
     include_gender = false
+    include_web_users = true
+    web_inactivity_timeout = 900
+    web_browsing = browsing
+    
+; advanced nodelist customizations:
+    ;format: \1n\1h%3d  \1n\1g%s
+    ;username_prefix: \1h
+    ;status_prefix: \1n\1g
+    ;age_prefix:
+    ;gender_prefix:
+    ;connection_prefix:
+    ;errors_prefix: \1h\1r
+    ;gender_separator = " "
     
 [sbbslist]
 	export_freq = 7
-- 
GitLab