diff --git a/src/lib/components/common/PruneDataDialog.svelte b/src/lib/components/common/PruneDataDialog.svelte index 9f9a8fa9b0..fb9e711ef8 100644 --- a/src/lib/components/common/PruneDataDialog.svelte +++ b/src/lib/components/common/PruneDataDialog.svelte @@ -205,21 +205,10 @@ Authorization: Bearer

{$i18n.t('Inactive User Account Deletion:')}

• {$i18n.t('Removes user accounts that have been inactive for a specified period based on their last activity timestamp')}

-

• {$i18n.t('When a user account is deleted, ALL associated data is permanently removed:')}

-

◦ {$i18n.t('All conversations and chat history')}

-

◦ {$i18n.t('All uploaded files and documents')}

-

◦ {$i18n.t('All custom models, prompts, tools, and functions')}

-

◦ {$i18n.t('All knowledge bases and vector embeddings')}

-

◦ {$i18n.t('All notes, folders, and workspace items')}

{$i18n.t('Safety Exemptions:')}

• {$i18n.t('Admin users: Can be exempted from deletion (recommended)')}

-

• {$i18n.t('Pending users: Can be exempted from deletion (recommended)')}

- -

{$i18n.t('⚠️ CRITICAL WARNING:')}

-

• {$i18n.t('User deletion is irreversible and cascades to ALL user data')}

-

• {$i18n.t('This is the most destructive operation in the pruning system')}

-

• {$i18n.t('Always verify inactive periods and exemptions before use')}

+

• {$i18n.t('Pending users: Can be exempted from deletion')}

{:else if activeDetailsTab === 'chats'}
@@ -441,22 +430,11 @@ Authorization: Bearer {$i18n.t('Exempt pending users')}
- {$i18n.t('Never delete pending/unapproved users (recommended)')} + {$i18n.t('Never delete pending/unapproved users')}
- -
-
- {$i18n.t('User Deletion Impact:')} -
-
-

{$i18n.t('Complete Data Loss:')} {$i18n.t('All user data is permanently deleted')}

-

{$i18n.t('Cascading Effect:')} {$i18n.t('Removes chats, files, models, knowledge bases')}

-

{$i18n.t('Irreversible:')} {$i18n.t('Cannot be undone - backup before use')}

-
-
{/if}