You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Lots of checks are done if stdin is connected to a tty and somewhere in
the mess of logic a check doesn't work properly (at least on Linux) when
using --non-interactive via a shell. For instance, if the user account
requires a password being changed, it still prompts the user.
This checks the cli arg first before bothering to check the
System.console() / isatty() results. This trickles down to checks again
during the initial exception handling AuthenticationException or
Neo4jException handling.
0 commit comments