Skip to content

Commit 5d88aaa

Browse files
Merge pull request #61503 from nextcloud/backport/61501/stable33
[stable33] fix(onetime-qrcode): Remove password confirmation attribute
2 parents a9c2f4a + 2213247 commit 5d88aaa

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
@@ -5277,7 +5277,6 @@
52775277
"get": {
52785278
"operationId": "core-app_password-get-app-password-with-one-time-password",
52795279
"summary": "Get app password with one-time password",
5280-
"description": "This endpoint requires password confirmation",
52815280
"tags": [
52825281
"core/app_password"
52835282
],

0 commit comments

Comments
 (0)