Skip to content

Commit

Permalink
set the default password for the admin account to "yacy"
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Oct 21, 2023
1 parent 756c817 commit dc6f218
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions defaults/yacy.init
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,9 @@ use_proxyAccounts=true
# The hash is calculated with net.yacy.cora.order.Digest, i.e.
# > java -classpath classes net.yacy.cora.order.Digest -strfhex "admin:<realm>:<pw>"
#adminAccountBase64=MD5:{admin:realm:mysecretpassword}
adminAccountBase64MD5=
# If you want a default password, use this setting, it sets the pw to "yacy"
#adminAccountBase64MD5=MD5:8cffbc0d66567a0987a4aba1ec46d63c
# The default password for the "admin" account is set to "yacy"
adminAccountUserName=admin
adminAccountBase64MD5=MD5:8cffbc0d66567a0987a4aba1ec46d63c

# special access handling for users from localhost:
# access from localhost may be granted with administration authority
Expand Down

0 comments on commit dc6f218

Please sign in to comment.