How does usergrid store user passwords ? Are they encrypted and stored or are they stored as plaintext ?
If you are using the built-in /users collection, then all passwords are always encrypted using an 8-pass BCrypt encryption algorithm. The same is true for Org Admin users.