Index: src/db/migrations/001-init.sql
===================================================================
--- src/db/migrations/001-init.sql	(revision 2165b6d3d57ceaa8b5d1f70491868482149470cf)
+++ src/db/migrations/001-init.sql	(revision 7bc636b391c66ac399c33e54f7173a022c6a3cbd)
@@ -1,5 +1,5 @@
--- Klonkt — initial schema
--- Forked from a v9 PHP, file-based CMS → SQLite/Node
--- Complete schema with the v9 features (Forum, Audio, Themes) + v10 CRDT
+-- PrutFolio v1 — initial schema
+-- Forked from PrutCMS v9 (PHP, file-based) → SQLite/Node
+-- Complete schema with v9 features (Prutter, Forum, Audio, Themes) + v10 CRDT
 
 -- ==================== USERS ====================
@@ -62,5 +62,5 @@
     closed_circle_mode INTEGER DEFAULT 0,
     robots_index INTEGER DEFAULT 1,
-    require_login_to_comment INTEGER DEFAULT 1,
+    require_login_to_comment INTEGER DEFAULT 0,
     enable_audio_player INTEGER DEFAULT 1,
     profile_photo TEXT,
