diff --git a/exec/logon.js b/exec/logon.js
index edb0cfcac2ef238f86d6fd3f37cbee46e3f2ffaa..94dfbed6d2759a0331c1b4a9b65a43d9092aeb7a 100644
--- a/exec/logon.js
+++ b/exec/logon.js
@@ -215,6 +215,9 @@ if(user.security.level==99				/* Sysop logging on */
 	console.crlf();
 }
 
+// Force reload of user record (for Guest logons)
+bbs.user_sync();
+
 // Change to "true" if you want your RLogin server to act as a door game server only
 if(false	
 	&& bbs.sys_status&SS_RLOGIN) {