From 77641aa538ba07c326499433ae5cf050e4457162 Mon Sep 17 00:00:00 2001 From: Mustafa Yontar Date: Sun, 31 Jan 2021 02:14:57 +0300 Subject: [PATCH] create initial user --- models/Union.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()