[fix] Missing import

This commit is contained in:
ljf (zamentur) 2022-08-03 14:53:56 +02:00 committed by GitHub
parent 6d8a18e71b
commit 7c28edd255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,7 +369,10 @@ def user_update(
"""
from yunohost.domain import domain_list, _get_maindomain
from yunohost.app import app_ssowatconf
from yunohost.utils.password import assert_password_is_strong_enough
from yunohost.utils.password import (
assert_password_is_strong_enough,
assert_password_is_compatible
)
from yunohost.utils.ldap import _get_ldap_interface
from yunohost.hook import hook_callback