diff --git a/hooks/post_user_delete b/hooks/post_user_delete new file mode 100644 index 0000000..65ee262 --- /dev/null +++ b/hooks/post_user_delete @@ -0,0 +1,4 @@ +#!/bin/bash +# TODO delete user with LimeSurvey cli +# An action need to be added to the cli with a patch +echo "[warn] You may need to delete this user in your LimeSurvey instances"