Ensure that Schemas API returns the password field for users, even when the password field isn't in the _SCHEMA collection. #1388
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
After investigating parse-community/parse-dashboard#231 I discovered that Parse.com
_SCHEMA
collection doesn't always have thepassword
field in the_User
collection. The Schemas API should return thepassword
field regardless of the contents of the_SCHEMA
collection, as it's a special field.The text was updated successfully, but these errors were encountered: