diff --git a/tljh/hooks.py b/tljh/hooks.py index d59f246..b8c7808 100644 --- a/tljh/hooks.py +++ b/tljh/hooks.py @@ -66,6 +66,14 @@ def tljh_post_install(): Post install script to be executed after installation and after all the other hooks. + This can be arbitrary Python code. + """ + pass + +@hookspec +def tljh_new_user_create(username): + """ + Script to be executed after a new user has been added. This can be arbitrary Python code. """ pass \ No newline at end of file