mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Add a new column to distinguish local from external users
This commit is contained in:
@ -5405,6 +5405,7 @@ components:
|
||||
- id
|
||||
- login
|
||||
- state
|
||||
- source
|
||||
- loginCount
|
||||
- created
|
||||
properties:
|
||||
@ -5420,6 +5421,12 @@ components:
|
||||
enum:
|
||||
- active
|
||||
- disabled
|
||||
source:
|
||||
type: string
|
||||
format: accountsource
|
||||
enum:
|
||||
- local
|
||||
- openid
|
||||
password:
|
||||
type: string
|
||||
format: password
|
||||
|
Reference in New Issue
Block a user