mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
feat: Add ability to map OIDC attributes and ignore username
Closes #554
This commit is contained in:
@@ -46,6 +46,7 @@ export default class extends BaseModel {
|
||||
isAdmin: attr(),
|
||||
isLocked: attr(),
|
||||
isRoleLocked: attr(),
|
||||
isUsernameLocked: attr(),
|
||||
isDeletionLocked: attr(),
|
||||
deletedAt: attr(),
|
||||
createdAt: attr({
|
||||
|
||||
Reference in New Issue
Block a user