diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-02-08 08:34:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 08:34:54 +0100 |
commit | b40603d2501059752db43bafb74ef5c11eb57b99 (patch) | |
tree | 9e61588dea11c0278ccd7215625ca62dbdd9f69f /build | |
parent | dd9428047ecdb820b8b7171cbd1ae51a8a1411b8 (diff) | |
parent | 4532ed356d4815beba2db69b971e05708f9b33ee (diff) | |
download | nextcloud-server-b40603d2501059752db43bafb74ef5c11eb57b99.tar.gz nextcloud-server-b40603d2501059752db43bafb74ef5c11eb57b99.zip |
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.php | 1 |
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, ], |