{% extends "layout.html" %} {% block content %}

User RegistrationUser sign-up

{% 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%}

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%}
{% endblock %}