-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change User object password #231
Comments
I see a password column on my dashboard. Can you make sure your Server and Dashboard versions are both up to date an check again? |
@drew-gross I verified I am running: |
Can you show me the response to the |
@drew-gross You're right, I was on 1.07 of dashboard. I have moved to 1.0.8 now, no password column still though. Looking at the _SCHEMA for _User, I don't see the _hashed_password field mentioned, however it does show up in each _User document. See gist here. I'm going to try running a migration again, maybe there was an error moving the schema over? |
_hashed_password isn't supposed to show up in the _SCHEMA. I'm looking for the response to the |
@drew-gross |
Can you try clearing out your localstorage? We store column ordering and width in localstorage and if it got screwed up somehow that might cause this problem. |
@drew-gross |
Compared to parse.com's dashboard, it appears that the local storage for parse-dashbord differs by the 'authData' and 'password' fields being missing. API Console output for schemas looks the same for _User between the two. |
Unfortunately I can't reproduce this issue :( are you comfortable with JavaScript and React? Would you be willing to install from source and investigate this bug? The list of columns is built up in |
=( I could try, right now I'm trying to get the dashboard up pointed at a debug copy of the app server. So maybe you could go there to see the issue. It appears to be deploying ok but won't load due to a JavaScript error |
I've traced the issue to a problem in Parse Server. I'll close this and open a new issue over there. |
Essentially, your _SCHEMA collection doesn't contain the |
Thanks @drew-gross, I'll track the issue over on parser-server. |
The parse-dashboard has no Password column on the User objects like the parse.com dashboard does.
The text was updated successfully, but these errors were encountered: