We are having trouble in using the password we set as part of neo4j initilisation.
We are on Neo4j 4.1.9 and trying to setup initial password using neo4j-admin set-initial-password, which was successful and even auth.ini reflacts that as now I have a user named neo4j there, which wasn't there before running this command.
But when we try to login using the set password it's giving error(there's no chance of typing the password wrong as it was simply copied from command used for setting the password) The client is unauthorized due to authentication failure.
Screenshot for setting password and trying login with cypher-shell
Thanks @jfragoulis, I think that's the issue as we are creating neo4j instance from a GCP compute. But I find it strange even the combination of default password neo4j isn't working as in case what am setting doesn't work then then the default one should have worked, no?