Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion core/Controller/AppPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public function confirmUserPassword(string $password): DataResponse {
* 200: App password returned
*/
#[NoAdminRequired]
#[PasswordConfirmationRequired]
#[ApiRoute(verb: 'GET', url: '/getapppassword-onetime', root: '/core')]
public function getAppPasswordWithOneTimePassword(): DataResponse {
// Only allow with one-time app passwords
Expand Down
1 change: 0 additions & 1 deletion core/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,6 @@
"get": {
"operationId": "app_password-get-app-password-with-one-time-password",
"summary": "Get app password with one-time password",
"description": "This endpoint requires password confirmation",
"tags": [
"app_password"
],
Expand Down
1 change: 0 additions & 1 deletion core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,6 @@
"get": {
"operationId": "app_password-get-app-password-with-one-time-password",
"summary": "Get app password with one-time password",
"description": "This endpoint requires password confirmation",
"tags": [
"app_password"
],
Expand Down
1 change: 0 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5277,7 +5277,6 @@
"get": {
"operationId": "core-app_password-get-app-password-with-one-time-password",
"summary": "Get app password with one-time password",
"description": "This endpoint requires password confirmation",
"tags": [
"core/app_password"
],
Expand Down
Loading