瀏覽代碼

Change password functions

Bob Mottram 8 年之前
父節點
當前提交
110564dc89
共有 2 個檔案被更改,包括 8 行新增0 行删除
  1. 4
    0
      src/freedombone-app-etherpad
  2. 4
    0
      src/freedombone-app-jitsi

+ 4
- 0
src/freedombone-app-etherpad 查看文件

@@ -53,6 +53,10 @@ etherpad_variables=(ETHERPAD_COMMIT
53 53
                     DDNS_PROVIDER
54 54
                     MY_USERNAME)
55 55
 
56
+function change_password_etherpad {
57
+    echo -n ''
58
+}
59
+
56 60
 function etherpad_create_database {
57 61
     if [ ! $ETHERPAD_ADMIN_PASSWORD ]; then
58 62
         if [ -f $IMAGE_PASSWORD_FILE ]; then

+ 4
- 0
src/freedombone-app-jitsi 查看文件

@@ -72,6 +72,10 @@ jitsi_variables=(ONION_ONLY
72 72
                  JITSI_VIDEOBRIDGE_ONION_HOSTNAME
73 73
                  MY_USERNAME)
74 74
 
75
+function change_password_jitsi {
76
+    echo -n ''
77
+}
78
+
75 79
 function can_install_videobridge {
76 80
     check_architecture=$(uname -a)
77 81
     if [[ "$check_architecture" == *"amd64"* || "$check_architecture" == *"i386"* ]]; then