mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
Fix #51 duplicate password parameter in template
This commit is contained in:
parent
6335601087
commit
bf96bc3daa
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue