Delete user #288
Answered
by
drakkan
tpapamichail
asked this question in
Q&A
Delete user
#288
-
When we delete a user, his folder and his data are not deleted. |
Beta Was this translation helpful? Give feedback.
Answered by
drakkan
Jan 22, 2021
Replies: 1 comment
-
Hi, this is by design, deleting data can be dangerous (for example you delete an user by mistake) and depending on the amount of data it could also take a long time. However you can use a custom hook to customize things """ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
drakkan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
this is by design, deleting data can be dangerous (for example you delete an user by mistake) and depending on the amount of data it could also take a long time.
However you can use a custom hook to customize things
"""
The actions struct inside the "data_provider" configuration section allows you to configure actions on user add, update, delete.
"""