mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
[enh] Add a warning on yuno user deletion
This commit is contained in:
parent
47e572e833
commit
16198a251f
1 changed files with 4 additions and 0 deletions
4
hooks/post_user_delete
Normal file
4
hooks/post_user_delete
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue