[etherpad-web/oscp-frontend] Set a password for the boardonly pad



commit b82a792d40bf2747580354a4d1ef91a83b0fb709
Author: Andrea Veri <averi redhat com>
Date:   Mon Mar 11 17:23:06 2019 +0100

    Set a password for the boardonly pad

 app_data/httpd-pre-init/set-htaccess-passwords.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/httpd-pre-init/set-htaccess-passwords.sh 
b/app_data/httpd-pre-init/set-htaccess-passwords.sh
index 18d5ed0..1b8c731 100755
--- a/app_data/httpd-pre-init/set-htaccess-passwords.sh
+++ b/app_data/httpd-pre-init/set-htaccess-passwords.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 APP_ROOT=/opt/app-root/src
-PROTECTED_PADS=('adboard' 'board' 'codeofconduct' 'edsearch' 'marketing' 'releaseteam')
+PROTECTED_PADS=('adboard' 'board' 'codeofconduct' 'edsearch' 'marketing' 'releaseteam' 'boardonly')
 
 for pad_name in "${PROTECTED_PADS[@]}"; do
     echo "${pad_name}:${pad_name}_to_replace" > $APP_ROOT/$pad_name.htaccess


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]