LibreChat
LibreChat copied to clipboard
🚫👤feat: delete user from UI
Summary
I've added a "delete account" button. This button deletes all user information, including plugin auths, conversations, presets, keys, transactions, sessions, messages, and user data.
Change Type
- [x] New feature (non-breaking change which adds functionality)
Testing
Test Configuration:
Checklist
- [x] My code adheres to this project's style guidelines
- [x] I have performed a self-review of my own code
- [x] I have commented in any complex areas of my code
- [x] I have made pertinent documentation changes
- [x] My changes do not introduce new warnings
- [x] I have written tests demonstrating that my changes are effective or that my feature works
- [x] Local unit tests pass with my changes
- [x] Any changes dependent on mine have been merged and published in downstream modules.
Thank you for this! I will review and test when I get the chance
Amazing! Thank you so much @Berry-13!
Are there plans to integrate this pull request into the main branch?
Are there plans to integrate this pull request into the main branch?
It will be part of the v0.7.3 release. Check the milestone: https://github.com/danny-avila/LibreChat/milestone/5
Please consider making this feature optional.
Please consider making this feature optional.
It is enabled by default for GDPR compliance, but you can disable it with the env variable:
ALLOW_ACCOUNT_DELETION=false