Skip to content
Snippets Groups Projects
Commit ac8c5cc4 authored by Martin Mareš's avatar Martin Mareš
Browse files

create-user: Oprava posílání mailů o nových účtech

Náhodou jsem objevil při testování language serverů pro Python :)
parent 1f02fe11
No related branches found
No related tags found
No related merge requests found
......@@ -50,5 +50,5 @@ if args.passwd is not None:
session.commit()
if args.passwd is None:
if args.passwd is not None:
mo.email.send_new_account_email(user, token)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment