From 3a9713390d6103ff23dbebd8356d5f0ff134b5c6 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:34:51 +0100 Subject: [PATCH] Fix date_created and update user creation instructions Updated the creation date and modified user creation instructions. --- frontend/public/json/writefreely.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/writefreely.json b/frontend/public/json/writefreely.json index 984243807..9c4b07378 100644 --- a/frontend/public/json/writefreely.json +++ b/frontend/public/json/writefreely.json @@ -4,7 +4,7 @@ "categories": [ 12 ], - "date_created": "2026-01-25", + "date_created": "2026-02-04", "type": "ct", "updateable": true, "privileged": false, @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "After installation execute `./writefreely user create --admin username:password` in the `/opt/writefreely` directory to create your user.", + "text": "After installation execute `writefreely user create --admin :` to create your user.", "type": "info" } ]