removed email variables from globals module
This commit is contained in:
@@ -112,7 +112,7 @@ def send_verification_email(user, request):
|
||||
|
||||
# TODO: There is no error handling in place
|
||||
send_email(
|
||||
mg_globals.email_sender_address,
|
||||
mg_globals.app_config['email_sender_address'],
|
||||
[user['email']],
|
||||
# TODO
|
||||
# Due to the distributed nature of GNU MediaGoblin, we should
|
||||
|
||||
Reference in New Issue
Block a user