This commit is contained in:
johannes.kaufmann
2019-10-24 15:54:56 +02:00
parent 07e487a199
commit b5af63f3a3

View File

@@ -66,6 +66,14 @@ def tljh_post_install():
Post install script to be executed after installation Post install script to be executed after installation
and after all the other hooks. 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. This can be arbitrary Python code.
""" """
pass pass