mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
fix: disallow usage of default password (#3284)
This commit is contained in:
parent
f0e5ef0fc5
commit
a01c1f6ab0
3 changed files with 10 additions and 3 deletions
|
@ -75,8 +75,8 @@ enable = false
|
|||
|
||||
username = "admin"
|
||||
|
||||
; This default password is public knowledge. Replace it.
|
||||
password = "7afbf648a369b261"
|
||||
; The password cannot be the empty string if authentication is enabled.
|
||||
password = ""
|
||||
|
||||
; This will be used only for actions that require privileged access
|
||||
access_token = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue