fix: remove password prompt and clarify authentication method in run_with_auth.sh
This commit is contained in:
@@ -6,13 +6,9 @@ echo "=============================="
|
|||||||
echo ""
|
echo ""
|
||||||
echo -n "Username: "
|
echo -n "Username: "
|
||||||
read username
|
read username
|
||||||
echo -n "Password: "
|
echo "(Password no longer sent; Overte uses keypair signatures. Username is optional for now.)"
|
||||||
read -s password
|
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
|
||||||
|
|
||||||
export OVERTE_USERNAME="$username"
|
export OVERTE_USERNAME="$username"
|
||||||
export OVERTE_PASSWORD="$password"
|
|
||||||
|
|
||||||
echo "Connecting to Overte domain..."
|
echo "Connecting to Overte domain..."
|
||||||
./build/stardust-overte-client
|
./build/stardust-overte-client
|
||||||
|
|||||||
Reference in New Issue
Block a user