mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing hook_callback
This commit is contained in:
parent
792643607b
commit
2ebef4ebb4
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ def user_update(operation_logger, username, firstname=None, lastname=None, mail=
|
|||
from yunohost.app import app_ssowatconf
|
||||
from yunohost.utils.password import assert_password_is_strong_enough
|
||||
from yunohost.utils.ldap import _get_ldap_interface
|
||||
from yunohost.hook import hook_callback
|
||||
|
||||
domains = domain_list()['domains']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue