Extract all information for one user
-
We are planing to use this forum in a project here in EU. Due to EU law we need to be able to:
- extract all data for one user.
- permanent deletion of one user.
This is not a common case but the option need to be there so are their plugins for these, built in or do I need to attack the database directly to manage this?
/BR Erik
-
Extract all data for one user:
example on this forum: https://community.nodebb.org/api/user/egutDeleting a user:
Write API plugin
https://github.com/NodeBB/nodebb-plugin-write-api
Copyright © 2024 NodeBB | Contributors