diff --git a/run_with_auth.sh b/run_with_auth.sh index 11e4f9e..be5fc68 100755 --- a/run_with_auth.sh +++ b/run_with_auth.sh @@ -6,13 +6,9 @@ echo "==============================" echo "" echo -n "Username: " read username -echo -n "Password: " -read -s password +echo "(Password no longer sent; Overte uses keypair signatures. Username is optional for now.)" echo "" -echo "" - export OVERTE_USERNAME="$username" -export OVERTE_PASSWORD="$password" echo "Connecting to Overte domain..." ./build/stardust-overte-client