Skip to content

Commit 972874d

Browse files
Merge pull request #61502 from nextcloud/backport/61501/stable34
[stable34] fix(onetime-qrcode): Remove password confirmation attribute
2 parents 67b6259 + fba61eb commit 972874d

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

core/Controller/AppPasswordController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function confirmUserPassword(string $password): DataResponse {
204204
* 200: App password returned
205205
*/
206206
#[NoAdminRequired]
207-
#[PasswordConfirmationRequired]
208207
#[ApiRoute(verb: 'GET', url: '/getapppassword-onetime', root: '/core')]
209208
public function getAppPasswordWithOneTimePassword(): DataResponse {
210209
// Only allow with one-time app passwords

core/openapi-full.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,6 @@
17611761
"get": {
17621762
"operationId": "app_password-get-app-password-with-one-time-password",
17631763
"summary": "Get app password with one-time password",
1764-
"description": "This endpoint requires password confirmation",
17651764
"tags": [
17661765
"app_password"
17671766
],

core/openapi.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,6 @@
17611761
"get": {
17621762
"operationId": "app_password-get-app-password-with-one-time-password",
17631763
"summary": "Get app password with one-time password",
1764-
"description": "This endpoint requires password confirmation",
17651764
"tags": [
17661765
"app_password"
17671766
],

openapi.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5419,7 +5419,6 @@
54195419
"get": {
54205420
"operationId": "core-app_password-get-app-password-with-one-time-password",
54215421
"summary": "Get app password with one-time password",
5422-
"description": "This endpoint requires password confirmation",
54235422
"tags": [
54245423
"core/app_password"
54255424
],

0 commit comments

Comments
 (0)