From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Wed, 17 Sep 2014 14:26:08 +0000 (+0200) Subject: replaced support@myslice.info with support@onelab.eu X-Git-Tag: myslice-1.2~1^2~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ec22682007304743ca3caedb80d3bbfcc2e9d9d7;p=unfold.git replaced support@myslice.info with support@onelab.eu --- diff --git a/portal/actions.py b/portal/actions.py index b272e2dc..c532e0a9 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -44,7 +44,7 @@ def authority_get_pi_emails(request, authority_hrn): #default_email = default_email.replace('\n', '') #return default_email # the above doesn't work - return ['support@myslice.info'] + return ['support@onelab.eu'] else: pi_user_hrns = [ hrn for x in pi_users for hrn in x['pi_users'] ] query = Query.get('user').filter_by('user_hrn', 'included', pi_user_hrns).select('user_email') @@ -823,7 +823,6 @@ def create_pending_user(wsgi_request, request, user_detail): theme.template_name = 'activate_user_email_subject.txt' subject = render_to_string(theme.template, request) subject = subject.replace('\n', '') - #sender = 'support@myslice.info' theme.template_name = 'email_default_sender.txt' sender = render_to_string(theme.template, request) sender = sender.replace('\n', '') diff --git a/portal/contactview.py b/portal/contactview.py index 2b9edb4e..19cc1b94 100644 --- a/portal/contactview.py +++ b/portal/contactview.py @@ -43,7 +43,6 @@ class ContactView (FreeAccessView, ThemeView): ## we don't need it cz the new ticketing systems sends a confirmation email ### #if cc_myself: # recipients.append(email) - #recipients = ['support@myslice.info'] theme.template_name = 'contact_support_email.html' html_content = render_to_string(theme.template, form.cleaned_data) diff --git a/portal/templates/about.html b/portal/templates/about.html index 1ccc7202..ab8be3a7 100644 --- a/portal/templates/about.html +++ b/portal/templates/about.html @@ -68,7 +68,7 @@ <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p> <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> <p> - If you need write access to the git repository you need first to send your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>. + If you need write access to the git repository you need first to send your public key to <a href="mailto:support@onelab.eu">support@onelab.eu</a>. </p> diff --git a/portal/templates/activate_user.txt b/portal/templates/activate_user.txt index ac31ec27..fd7278fe 100644 --- a/portal/templates/activate_user.txt +++ b/portal/templates/activate_user.txt @@ -18,7 +18,7 @@ You may now log in to the portal using your email address and the password that 2. A manager from your organization validates your request. Upon confirmation of your signup request, we will send an email to the managers at your organization with a validation request. We look forward to welcoming you to OneLab. -Please don't hesitate to contact us at support@myslice.info with any additional questions that you might have. +Please don't hesitate to contact us at support@onelab.eu with any additional questions that you might have. diff --git a/portal/templates/contact.html b/portal/templates/contact.html index fdb5d0dd..98e2c0bf 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -18,7 +18,7 @@ <p>Please check our <a href="/portal/support/">FAQ</a> section. Most of the basic problems are explained there.</p> <p> If you haven't find your answes in the FAQ, please contact us by filling the form below.<br /> - You can also <a href="mailto:support@myslice.info">e-mail</a> us directly. + You can also <a href="mailto:support@onelab.eu">e-mail</a> us directly. </p> </div> </div> diff --git a/portal/templates/fed4fire/fed4fire_about.html b/portal/templates/fed4fire/fed4fire_about.html index 5af90c8b..91998cbf 100644 --- a/portal/templates/fed4fire/fed4fire_about.html +++ b/portal/templates/fed4fire/fed4fire_about.html @@ -68,7 +68,7 @@ <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p> <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> <p> - If you need write access to the git repository you need first to send your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>. + If you need write access to the git repository you need first to send your public key to <a href="mailto:support@onelab.eu">support@onelab.eu</a>. </p> diff --git a/portal/templates/onelab/onelab_about.html b/portal/templates/onelab/onelab_about.html index bd71256c..b1b6c299 100644 --- a/portal/templates/onelab/onelab_about.html +++ b/portal/templates/onelab/onelab_about.html @@ -64,7 +64,7 @@ <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p> <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> <p> - If you need write access to the git repository you need first to send your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>. + If you need write access to the git repository you need first to send your public key to <a href="mailto:support@onelab.eu">support@onelab.eu</a>. </p> @@ -82,4 +82,4 @@ </div> </div> </div> -{% endblock %} \ No newline at end of file +{% endblock %}