1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-4.git synced 2025-03-14 04:33:34 +00:00
bda-4-steffo/scripts/alter-default-password.sh

7 lines
253 B
Bash
Raw Normal View History

2022-11-25 09:31:19 +01:00
#!/usr/bin/env bash
export NEO4J_USERNAME="neo4j"
export NEO4J_PASSWORD="neo4j"
echo "Altering password..."
cypher-shell --database="system" --non-interactive --fail-fast 'ALTER CURRENT USER SET PASSWORD FROM "neo4j" TO "unimore-big-data-analytics-4"'