From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Thu, 5 Jun 2014 09:32:41 +0000 (+0200) Subject: Reg_complete template update X-Git-Tag: myslice-1.1~82 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=36a36913413d24a5c8683ccc6694b6f518d73118;p=myslice.git Reg_complete template update --- diff --git a/portal/templates/user_register_complete.html b/portal/templates/user_register_complete.html index 6fb469d5..fb48e003 100644 --- a/portal/templates/user_register_complete.html +++ b/portal/templates/user_register_complete.html @@ -3,13 +3,17 @@ {% 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"> - <h3>User registration complete !</h3> - <p> - You will receive an email with further instructions. - </p> - </div> + <h3>Sign up information received.</h3> + <p>You can now log in to the portal. You will have limited access. </p> + <p>To gain full access, two steps are required:</p> + <ul> + <li>1. You confirm your signup request by clicking on the link in the email that we have sent to your email address.</li> + <li>2. A manager from your organization validates your request. Upon confirmation of your signup request,<br> + we will send an email to the managers at your organization with a validation request.</li> + </ul> +</div> {% endblock %}