Browse Source

Shorter password is easier to copy and paste

Bob Mottram 7 years ago
parent
commit
1834784191
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-fedwiki

+ 1
- 1
src/freedombone-app-fedwiki View File

@@ -443,7 +443,7 @@ function install_fedwiki {
443 443
     FEDWIKI_ONION_HOSTNAME=$(add_onion_service fedwiki 80 ${FEDWIKI_ONION_PORT})
444 444
 
445 445
     if [ ! $FEDWIKI_COOKIE ]; then
446
-        FEDWIKI_COOKIE="$(create_password 30)"
446
+        FEDWIKI_COOKIE="$(create_password 20)"
447 447
     fi
448 448
 
449 449
     echo '[Unit]' > /etc/systemd/system/fedwiki.service