[etherpad-web/oscp-frontend] Land a password protected pad (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/678)



commit c0b902ecc6c84edc1c071bc25953ca0e1b740122
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 8 10:47:39 2021 +0200

    Land a password protected pad (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/678)

 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 5f1365b..c84940d 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 boardonly governance finance)
+PROTECTED_PADS=(adboard board codeofconduct edsearch marketing releaseteam boardonly governance finance 
exec-board-only)
 
 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]