-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Updating a password using OCS Share API changes the share ID #10671
Labels
Milestone
Comments
@schiesbn can you have a look ? If I remember well you did address something similar recently ? |
This seems to happen in the web UI as well.
|
1 task
LukasReschke
added a commit
that referenced
this issue
Nov 17, 2014
This PR removes phpass and migrates to the new Hasher interface. Please notice that due to #10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt. Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
@DeepDiver1975 moved to 8.1 |
This was referenced Mar 12, 2015
7 tasks
WIP PR in #14868 |
Fixed in #14987 |
yparam98
added a commit
to yparam98/core
that referenced
this issue
Sep 19, 2018
line(s) 143-145 removed it code before: * to update the share's password. (for example `$share->updatePassword($password)` * * @link owncloud#10671 */ if (!empty($newHash)) { } // } else { return false;
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you make an API call using the OCS Share API and set a password on a share, it appears to change the share ID. Not sure if this is intended or not.
Paging @PVince81 as requested.
The text was updated successfully, but these errors were encountered: