-
Notifications
You must be signed in to change notification settings - Fork 663
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
Weird behaviour after trying to share a file via link with a password that not fit with password policy pattern #4209
Comments
Well, I think this is a rather minor problem and can be moved to the next release. |
@davitol Which password policy app were you using? I tried https://apps.owncloud.com/content/show.php/Password+Policy+Enforcement?content=167207 but that didn't seem to apply the policy to link-share passwords. Edit: Ah, probably the enterprise one. |
@ckamm Tested again with Version 2.1.1-nightly20160122 (build 3053) for MacOSX and it is NOT fixed 👎 |
@davitol Thanks for testing, it worked for me, but I'll test again. |
@davitol It works for me.
I think there's a good chance the build you were using didn't include the fix, I'll try to figure that out. In case it's really unfixed: What password policy settings are you using exactly? How, precisely, can you reproduce it? |
@ckamm I set 8 characters as pwd policy in my 8.2.2 oC server. Then in the client for MacOSX I shared via link and set a pwd of 6 characters. The bug happened and the following log was printed:
Version 2.1.1-nightly20160122 (build 3053) for MacOSX |
@danimo verified that the build you are using does indeed include my change. :/ |
@ckamm also tested in client Version 2.1.1-nightly20160122 (build 5791) for Windows and the bug also happens :-\ |
@davitol Could you explain again how to reproduce the problem? I'm also using the >=8 character password policy. |
We talked on IRC: The problem is fixed when passwords are required but still fails when passwords are optional. |
@ckamm Even when pwd is mandatory, there are other scenarios that fail.
The bug is reproduced |
@davitol The next nightly should have the additional fixes. |
Desktop Client version: Version 2.1.0-nightly20151127 (build 2916) (OSX)
Steps to reproduce:
Expected behaviour
A message should be shown warning about password policy
Actual behaviour
The spinner keeps loading and the desktop client turns into a weird behaviour
logs:
{"status":"failure","statuscode":403,"message":"Password is too short. Minimum 6 characters are required."},"data":[]}}"
The text was updated successfully, but these errors were encountered: