-
-
Couldn't load subscription status.
- Fork 4.6k
fix: Check that user actually can validate password for js #50465
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
Conversation
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Signed-off-by: zorn-v <zorn7@yandex.ru>
ac35826 to
d0658e8
Compare
|
Indeed, many thanks @zorn-v ! |
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
|
I installed nextcloud 31.0.4 yesterday and experienced this issue, then upgraded to 31.0.5 a few minutes ago which says has this fix but the issue remains for me. I have LDAP auth enabled but am using the local nextcloud admin account to make changes. In other spots where it asks me to verify my password it works fine but on external storage it does not. Is there another way to add external storage, perhaps modifying the DB directly or something? Would really like to get things going, once my 4 external storage points are added and mapped to allow the right groups to access them (migrating from ownCloud which I have used for this purpose for about the past 12 years), I don't really need to make changes to external storage again. UPDATE: I managed to work around this by exporting the DB rows from my owncloud external config setup to nextcloud that seemed to work fine. |
|
I have to +1 the comment of @ghnfox509 - im waiting for the fix since multiple versions. I installed 31.0.5. but im still not able to connect to an external ftp server due to this error. |
|
In addition - it seems, that the bug disappears for external FTPs after i disabled(!) previews for the given Entry. |
|
31.0.5 still have problem with smb as external storage.[Bug]: External storage will prompt for password but always tell you it's the wrong password . Still haven't fixed- nextcloud env: I was able to add SMB/CIFS external storage with old nextcloud server version before. But the fresh install with newest nextcloud version just can't. I am trying to add 127.0.0.1's local SMB share folder like : "download" for nextcloud and it will work in the old version nextcloud, for example like 28.x before. And I even I try to change IP address to like 192.168.X.X for the localhost's private IP and it just can't. But remember that it can work on older nextcloud version. Finnally , I can add local folder as "external storage" instead of going though SMB protocal for testing purpose, for example:sudo setfacl -Rm u:http:rwX /path/to/download, The prompt to enter a password appears, but I can pass the password authentication with newest nextcloud version 31.0.5. It seems the bug related to specific protocal like SMB, WebDev etc., but no problem with just local folder. |
|
Please everyone, describe your setup. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
@whygit2000 thanks, what's your webserver? Apache? |
|
Let's continue in #53472 |
Add missing check for js template