summaryrefslogtreecommitdiffstats
path: root/apps/files_external/controller/usercredentialscontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/controller/usercredentialscontroller.php')
-rw-r--r--apps/files_external/controller/usercredentialscontroller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/controller/usercredentialscontroller.php b/apps/files_external/controller/usercredentialscontroller.php
index 2944611d8a9..bc514cba088 100644
--- a/apps/files_external/controller/usercredentialscontroller.php
+++ b/apps/files_external/controller/usercredentialscontroller.php
@@ -49,7 +49,6 @@ class UserCredentialsController extends Controller {
* @param string $password
*
* @NoAdminRequired
- * @NoCSRFRequired
*/
public function store($storageId, $username, $password) {
$this->authMechanism->saveCredentials($this->userSession->getUser(), $storageId, $username, $password);