gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: set exchange pw


From: gnunet
Subject: [taler-deployment] branch master updated: set exchange pw
Date: Wed, 22 Jan 2020 15:15:17 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2a19c46  set exchange pw
2a19c46 is described below

commit 2a19c463573d77dd3677a60d915c14cb3aeec252
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 22 15:15:14 2020 +0100

    set exchange pw
---
 bin/taler-deployment-prepare | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 7d34a99..7d49b92 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -3,6 +3,7 @@
 # Prepare a deployment for execution:
 # * generate the configuration
 # * put keys in the right place
+# * set bank password for the exchange
 # * sign the exchange's wire response
 # * run some sanity checks (FIXME: not done yet!)
 
@@ -86,3 +87,17 @@ fi
 
 taler-exchange-wire
 chmod 770 $WIRE_RESPONSE
+
+
+##
+## Step 4: 
+##
+
+case $TALER_ENV_NAME in
+  demo|test|int)
+    taler-bank-manage django changepassword_unsafe Exchange x
+    ;;
+  *)
+    echo "Not setting unsafe Exchange bank account password for env 
$TALER_ENV_NAME"
+    ;;
+esac

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]