From bf96bc3daa2bc6bc597dd90612781c709e3e621a Mon Sep 17 00:00:00 2001 From: Adnan ELARAJI Date: Wed, 22 Jan 2025 21:02:27 +0100 Subject: [PATCH] Fix #51 duplicate password parameter in template --- private/config_template.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/private/config_template.ini b/private/config_template.ini index 1eb3291..00af823 100644 --- a/private/config_template.ini +++ b/private/config_template.ini @@ -51,7 +51,7 @@ public_webmentions = "https://example.com/timeline/mentions.txt" ; Create one here: https://randomkeygen.com (CodeIgniter Encryption Keys) secret_key = "" -; Simple password +; Simple password for unnamed user password = "change_me" ; A dynamic password (TOTP) changing every 30 seconds @@ -59,9 +59,6 @@ password = "change_me" totp_digits = 10 totp_secret = "1234567890" -; Simple password for unnamed user -password = "123" - ; It's recommended that your site is hosted on HTTPS ; In case it's in HTTP (not secure), set this to false secure_cookies = true