Auto Validation of PLE enabled users
[unfold.git] / portal / templates / email_activation.html
index b9df80e..ce763ba 100644 (file)
@@ -3,20 +3,22 @@
 {% block content %}
 
 <div class="row">
-       <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="User Registration" /> Experimenter registration</h1>
+       <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="User Registration" />User sign-up</h1>
 </div>
 <div class="row">
-       {%if activation_status == 'success'%}
-               <h3>Email activation complete !</h3>
-               <p>Your account is pending for validation.</p>
-               <p>PI of your institution is responsible for validating your account.</p>
-               <p>You will be notified once your account is validated.</p>
-               <p>In the meantime, you can login to the portal with your email and password and browse through the limited access features.</p>
+       {% if activation_status == 'success' %}
+               <h3>Signup request confirmed.</h3>
+               <p>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.</p> 
+               <p>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.</p>
+    {% elif activation_status == 'validated' %}
+               <h3>Account validated.</h3>
+               <p>We have identified you as a valid PLE user. Your OneLab account has automatically been approved.</p>
+        <p>You have a full access to OneLab testbeds.</p>
        {%else%}
-               <h3>Email activation Failed !</h3>
-               <p>Your email address is not registered in our server.</p>
-               <p>Please <a href="/portal/register">register</a> to get access to the portal.</p> 
-               <p>If you have already registered and still having this message, please <a href="/portal/contact/">contact support.</a> </p>
+               <h3>Signup confirmation failed.</h3>
+               <p>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.</p>
+               <p>Please <a href="/portal/contact/">contact support</a> so that we can help you complete the signup process.</p>
        {%endif%}
  </div>