-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
Cannot change External storage settings because of required password field when using Log-in credentials, save in session or Log-in credentials, save in database. This settings should not request password at all.
Steps to reproduce
- Run Nextcloud
docker run -p 8080:80 nextcloud:31.0
- Initialize it: go to
http://localhost:8080, enter admin's login and password, hitInstall - Enable
External storageapp: go toMenu - Apps - Disabled apps, enableExternal storage support - Go to
Administration settings - External storage - Add new
WebDAVstorage, for example - Choose
Log-in credentials, save in sessionorLog-in credentials, save in databaseinAuthenticationcolumn - See that either of them requires some password
Expected behavior
- Run Nextcloud
docker run -p 8080:80 nextcloud:28.0
- Initialize it: go to
http://localhost:8080, enter admin's login and password, hitInstall - Enable
External storageapp: go toMenu - Apps - Disabled apps, enableExternal storage support - Go to
Administration settings - External storage - Add new
WebDAVstorage, for example - Choose
Log-in credentials, save in sessionorLog-in credentials, save in databaseinAuthenticationcolumn - See that there is no password field and you can save the settings
Nextcloud Server version
31
Operating system
None
PHP engine version
None
Web server
Apache (supported)
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
It was discovered on version 29 for SMB storage, using docker image, Postgres database and LDAP authentication. This instance is very old and was migrated from virtual machine a couple of years ago. SMB storage works fine there, I just can't change the settings now (or create new entries).
However, the issue appears for WebDAV (as well as FTP, SFTP, Nextcloud) external storages also using apache docker images starting from the latest 29 through 31, fresh install with SQLite database and default authentication.
The latest 28 version works great.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status



