mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 16:19:47 +02:00
feat: Add ability to map OIDC attributes and ignore username
Closes #554
This commit is contained in:
parent
df9f06fb0f
commit
856e2efc3c
13 changed files with 112 additions and 72 deletions
|
@ -46,6 +46,7 @@ export default class extends BaseModel {
|
|||
isAdmin: attr(),
|
||||
isLocked: attr(),
|
||||
isRoleLocked: attr(),
|
||||
isUsernameLocked: attr(),
|
||||
isDeletionLocked: attr(),
|
||||
deletedAt: attr(),
|
||||
createdAt: attr({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue