diff --git a/models/Union.py b/models/Union.py index c4b7b89..0dcefb6 100644 --- a/models/Union.py +++ b/models/Union.py @@ -27,5 +27,5 @@ class Union(Document): user.union = self password = choices(printable, k=10) user.password = generate_password_hash(password) - # TODO: send mail or etc + # TODO: send password via mail or sms or nothing user.save()