X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Femail_activation.html;h=ce763ba34d643b3497bd6a978e532e1cc8ec59e7;hb=2842fc88e027493dd9ae00e0f8a69a86f3d50680;hp=b9df80e5ecf5a858133eb59467ebb48aa18a68b9;hpb=d04f3fd85686bee03a961494bdb4a68d6fb07ad4;p=unfold.git diff --git a/portal/templates/email_activation.html b/portal/templates/email_activation.html index b9df80e5..ce763ba3 100644 --- a/portal/templates/email_activation.html +++ b/portal/templates/email_activation.html @@ -3,20 +3,22 @@ {% block content %}
-

User Registration Experimenter registration

+

User RegistrationUser sign-up

- {%if activation_status == 'success'%} -

Email activation complete !

-

Your account is pending for validation.

-

PI of your institution is responsible for validating your account.

-

You will be notified once your account is validated.

-

In the meantime, you can login to the portal with your email and password and browse through the limited access features.

+ {% if activation_status == 'success' %} +

Signup request confirmed.

+

You are currently able to log in to the portal using your email address and the password that you provided, but your access is still limited.

+

You will have full access as soon as your account is validated by a manager at your organization. We have sent an email to the managers with a validation request.

+ {% elif activation_status == 'validated' %} +

Account validated.

+

We have identified you as a valid PLE user. Your OneLab account has automatically been approved.

+

You have a full access to OneLab testbeds.

{%else%} -

Email activation Failed !

-

Your email address is not registered in our server.

-

Please register to get access to the portal.

-

If you have already registered and still having this message, please contact support.

+

Signup confirmation failed.

+

You have probably arrived at this page by clicking a confirmation link in an email that we have sent to you. However, + we have been unable to match the link that you have clicked to a signup request in our database.

+

Please contact support so that we can help you complete the signup process.

{%endif%}