Hi there,
I'm developing locally on my laptop and we have a testing server where I deploy via rsynch + running a DB Dump script.
(Exported via MySQLWorkbench)
I've noticed that the admin password becomes invalid every time a DB Dump script is run on the server.
Is this possibly because there's a hash and/or salt stored alongside the password and my local one is not valid on the server? Are there better practices of synching between my local Processwire and the server instance to prevent the admin password being invalidated?