Back to Paperless Ngx

User Edit Dialog.Component

src-ui/src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html

2.20.15262 B
Original Source

{{getTitle()}}

@if (object?.id) { ID: {{object.id}} }

Active

Admin Access logs, Django backend

Superuser (Grants all permissions and can view objects)

@if (object?.is_mfa_enabled && currentUserIsSuperUser) { Two-factor Authentication }

CancelSave