Subj : src/sbbs3/newuser.cpp userdat.c userdat.h src/sbbs3/useredit/MainFormU To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Jan 10 2026 01:04 am https://gitlab.synchro.net/main/sbbs/-/commit/6feddbe2231029b7e8fff598 Modified Files: src/sbbs3/newuser.cpp userdat.c userdat.h src/sbbs3/useredit/MainFormUnit.cpp MainFormUnit.h UserEdit.cpp Log Message: UserEdit.exe (for Windows) fixes Fix issues with running after install without running the BBS/loggin-in first. Can now create the data/user directory if it doesn't already exist. Can now create teh first user record (sysop), with defaults for the sysop. Improved error reporting when reading/writing user.tab file. The first user's name will default to the configured sysop's name (instead of "New user") and the user's location will default to the system's location. .