From a79b67c726e7a2d2ef44102e883b98423d129fbd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Oct 2020 22:12:02 +0100 Subject: log more nicely if authentication failed; do use new changepassword_unsafe to set bank pw -- and not others; do show stderr output of pybank in test cases --- contrib/taler-bank-manage-testing | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'contrib') diff --git a/contrib/taler-bank-manage-testing b/contrib/taler-bank-manage-testing index 29494e3ad..4fa80b177 100755 --- a/contrib/taler-bank-manage-testing +++ b/contrib/taler-bank-manage-testing @@ -21,18 +21,7 @@ taler-bank-manage -c $1 --with-db $2 django provide_accounts taler-bank-manage -c $1 --with-db $2 django add_bank_account 42 taler-bank-manage -c $1 --with-db $2 django add_bank_account 43 -# This is 'x' hashed by Django -PW_HASH='pbkdf2_sha256$180000$RBYjEO0WzE1z$x2Avt35TkOL2pMHvts3B1U1NIJalXZf95WnJhGFOAUs=' - -# hack password hash directly into the database: -echo "UPDATE auth_user SET password='$PW_HASH'" | psql -Aqt $2 - - -# Note that calling -# taler-bank-manage -c $1 --with-db $2 django changepassword Bank x -# does not work: (1) it always insists on going interactive, and (2) -# rejects 'x' as a password. - +taler-bank-manage -c $1 --with-db $2 django changepassword_unsafe Exchange x # Now run Django for good exec taler-bank-manage -c $1 --with-db $2 $3 -- cgit v1.2.3