diff --git a/chatmaild/src/chatmaild/doveauth.py b/chatmaild/src/chatmaild/doveauth.py index fadd5fdd..ecaee00a 100644 --- a/chatmaild/src/chatmaild/doveauth.py +++ b/chatmaild/src/chatmaild/doveauth.py @@ -141,7 +141,7 @@ class AuthDictProxy(DictProxy): return user.set_password(encrypt_password(cleartext_password)) - print(f"Created address: {user}", file=sys.stderr) + print(f"Created address: {addr}", file=sys.stderr) return user.get_userdb_dict()