Fix mail for test deployment.
This commit is contained in:
parent
9e588836c3
commit
d866115448
2 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
#base_url_filter.base_url = "http://192.168.2.101:8080"
|
#base_url_filter.base_url = "http://192.168.2.101:8080"
|
||||||
|
|
||||||
mail.on = True
|
mail.on = True
|
||||||
mail.server = 'bastion.fedora.phx.redhat.com'
|
mail.server = 'bastion.fedoraproject.org"
|
||||||
mail.testmode = True
|
#mail.testmode = True
|
||||||
mail.debug = False
|
mail.debug = False
|
||||||
mail.encoding = 'utf-8'
|
mail.encoding = 'utf-8'
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,7 @@ class CLA(controllers.Controller):
|
||||||
person.remove(cilckgroup, person)
|
person.remove(cilckgroup, person)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
# TODO: Email legal-cla-archive@fedoraproject.org
|
||||||
turbogears.flash(_("You have successfully signed the CLA. You are now in the '%s' group.") % group.name)
|
turbogears.flash(_("You have successfully signed the CLA. You are now in the '%s' group.") % group.name)
|
||||||
turbogears.redirect('/cla/')
|
turbogears.redirect('/cla/')
|
||||||
return dict()
|
return dict()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue