-
Notifications
You must be signed in to change notification settings - Fork 10
/
Registration.qmd
50 lines (31 loc) · 2 KB
/
Registration.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: "User registration and authentication"
---
This section provides information on how to register and authenticate on the Copernicus Data Space Ecosystem.
## Step 1: Registration
Go to [website](https://dataspace.copernicus.eu/){target="_blank"} where you can simply click on "login" with the button located in the top right corner.
<img src="_images/registration/Welcome.png" width="700">
<br>
<div class="row">
<div class="column" style ="float: left; width: 35%;">
<p>On the landing page, locate the ["REGISTER"](https://identity.dataspace.copernicus.eu/auth/realms/CDSE/login-actions/registration?client_id=cdse-public&tab_id=1FG5WxDLqN0){target="_blank"} button on the screen's right side. Clicking on it will lead you to the Copernicus Data Space Ecosystems registration form. Please ensure to complete all mandatory fields (excluding Thematic activity and Purpose of Use), and you have the option to fill in any optional fields. Once you have provided the necessary information, accept the terms and conditions. Additionally, you can accept any other optional consents if applicable. Finally, click the "REGISTER" button to complete the process.</p>
</div>
<div class="column">
<img style="float: right;" src="_images/registration/Register.png" width="300">
</div>
</div>
<div class="row">
## Step 2: E-mail verification
Upon registration, you will be prompted to verify your email address by receiving a verification email. To complete the process, simply click on the "Verify email address" link when you open the email.
![](_images/registration/VerifyEmail.png)
After successfully verifying your email, your registration process is complete. You can now log in using your credentials (providing Email and Password).
If you have an issue with registering or you want to deregister, please [contact us](mailto://[email protected]?Subject=Subject%20Text&Body=Your%20comments).
</div>
<style>
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>