Merge pull request #56 from aelaraji/51-fix-duplicate-parameter

Fix #51 duplicate password parameter in template
This commit is contained in:
sørenpeter 2025-01-22 21:33:48 +01:00 committed by GitHub
commit 44094da7f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ public_webmentions = "https://example.com/timeline/mentions.txt"
; Create one here: https://randomkeygen.com (CodeIgniter Encryption Keys) ; Create one here: https://randomkeygen.com (CodeIgniter Encryption Keys)
secret_key = "" secret_key = ""
; Simple password ; Simple password for unnamed user
password = "change_me" password = "change_me"
; A dynamic password (TOTP) changing every 30 seconds ; A dynamic password (TOTP) changing every 30 seconds
@ -62,9 +62,6 @@ password = "change_me"
totp_digits = 10 totp_digits = 10
totp_secret = "1234567890" totp_secret = "1234567890"
; Simple password for unnamed user
password = "123"
; It's recommended that your site is hosted on HTTPS ; It's recommended that your site is hosted on HTTPS
; In case it's in HTTP (not secure), set this to false ; In case it's in HTTP (not secure), set this to false
secure_cookies = true secure_cookies = true