mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:12:26 -05:00
[chore] Warn about email/password change when using OIDC (#2975)
* [chore] Warn about email/password change when using OIDC * go fmt
This commit is contained in:
parent
cc4f773b0e
commit
ce3b8aacf7
9 changed files with 101 additions and 10 deletions
|
|
@ -1541,6 +1541,10 @@ definitions:
|
|||
$ref: '#/definitions/InstanceConfigurationEmojis'
|
||||
media_attachments:
|
||||
$ref: '#/definitions/instanceConfigurationMediaAttachments'
|
||||
oidc_enabled:
|
||||
description: True if instance is running with OIDC as auth/identity backend, else omitted.
|
||||
type: boolean
|
||||
x-go-name: OIDCEnabled
|
||||
polls:
|
||||
$ref: '#/definitions/instanceConfigurationPolls'
|
||||
statuses:
|
||||
|
|
@ -1656,6 +1660,10 @@ definitions:
|
|||
$ref: '#/definitions/InstanceConfigurationEmojis'
|
||||
media_attachments:
|
||||
$ref: '#/definitions/instanceConfigurationMediaAttachments'
|
||||
oidc_enabled:
|
||||
description: True if instance is running with OIDC as auth/identity backend, else omitted.
|
||||
type: boolean
|
||||
x-go-name: OIDCEnabled
|
||||
polls:
|
||||
$ref: '#/definitions/instanceConfigurationPolls'
|
||||
statuses:
|
||||
|
|
@ -9044,6 +9052,8 @@ paths:
|
|||
description: forbidden
|
||||
"406":
|
||||
description: not acceptable
|
||||
"422":
|
||||
description: unprocessable request because instance is running with OIDC backend
|
||||
"500":
|
||||
description: internal error
|
||||
security:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue