Skip to content

Commit f53f385

Browse files
author
David Coutadeur
committed
fix missing delete hook in the list in documentation (#272)
1 parent 5a3f932 commit f53f385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/hook.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ Hook
22
====
33

44
Hook feature allows to run a script before or after an action:
5+
56
* Password reset
67
* Password lock
78
* Password unlock
89
* Account enable
910
* Account disable
1011
* Update validity dates
12+
* Delete
1113

1214
The script must return 0 if no error occured. Any text printed on STDOUT
1315
will be displayed as an error message (see options).

0 commit comments

Comments
 (0)