You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on External Storage in Settings sends to the user page for external storage even if we are an admin. Since the check box 'Allow users to create external storage' is not checked initially, it makes it impossible to add new external storage, except by modifying the URL which is not the normal behaviour I suspect.
Steps to reproduce the issue
1: Login as an admin user in NextCloud
2: Enable External Storage in Apps
3: Goto Settings
4: Click "External Storage" which sends to '/index.php/settings/user/externalstorages' instead of '/index.php/settings/admin/externalstorages'
5: Since users are not yet allowed to create external storage, it's not possible to create a new storage
6: Replace '/user/' by '/admin/' in the URL and we have access to the page that allows creating new external storage.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #3789 (External storage), #4730 (Storage), #2861 (External storage: admin should be able to select the global credentials of a user for authentication purposes), #7069 (External storage google drive works from admin pane not from user pane), and #9699 (Can't set external storage).
Clicking on External Storage in Settings sends to the user page for external storage even if we are an admin. Since the check box 'Allow users to create external storage' is not checked initially, it makes it impossible to add new external storage, except by modifying the URL which is not the normal behaviour I suspect.
Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: