Commit 810540cb authored by delanoe's avatar delanoe

[FIX] Notification ok.

parent 87f75264
......@@ -82,8 +82,7 @@ def create_user(username, email, user=None, password=None, active=False, notify=
session.commit()
if notify == True:
pass
#notify_user(username, email, password)
notify_user(username, email, password)
return user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment