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

View File

@@ -69,3 +69,11 @@ def tljh_post_install():
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