mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing import
This commit is contained in:
parent
f705d81e17
commit
6d8a18e71b
1 changed files with 4 additions and 1 deletions
|
@ -143,7 +143,10 @@ def user_create(
|
|||
|
||||
from yunohost.domain import domain_list, _get_maindomain, _assert_domain_exists
|
||||
from yunohost.hook import hook_callback
|
||||
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
|
||||
|
||||
# Ensure compatibility and sufficiently complex password
|
||||
|
|
Loading…
Add table
Reference in a new issue