Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-02-08 10:34:54 +0300
committerGitHub <noreply@github.com>2019-02-08 10:34:54 +0300
commitb40603d2501059752db43bafb74ef5c11eb57b99 (patch)
tree9e61588dea11c0278ccd7215625ca62dbdd9f69f /build
parentdd9428047ecdb820b8b7171cbd1ae51a8a1411b8 (diff)
parent4532ed356d4815beba2db69b971e05708f9b33ee (diff)
Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwords
Make it possible to rename app passwords
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/Auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php
index da2698b429a..d8d9f32b27d 100644
--- a/build/integration/features/bootstrap/Auth.php
+++ b/build/integration/features/bootstrap/Auth.php
@@ -132,6 +132,7 @@ trait Auth {
'requesttoken' => $this->requestToken,
],
'json' => [
+ 'name' => md5(microtime()),
'scope' => [
'filesystem' => false,
],