I changed the admin password via Studio with:

update Ouser set password = "admin" where name = "newpass"

That worked well. Relogging also works with that new password in the 
Studio. So far so good.

But 
db = new ODatabaseDocumentTx(dbPath).open("admin", "admin");

in the Java API jsut says wrong password. I cannot login anymore with the 
old or even new password. Always saying invalid Password.

Is there anything I can do to improve security and let everything working 
with Java API?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to