-
Notifications
You must be signed in to change notification settings - Fork 0
/
create_external_user_email.html
35 lines (35 loc) · 2.1 KB
/
create_external_user_email.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your account on the Linaro Login service</title>
</head>
<body>
<p>Dear {0}</p>
<p></p>
<p>An account has been created for you on Linaro's Login service and the next step is for you to set your password. Please go to <a href="https://login.linaro.org/">https://login.linaro.org/</a> and click on "Forgot password?". Enter the following email address and click on OK:</p>
<p></p>
<p>{1}</p>
<p></p>
<p>You will receive an email with a link in it. Click on the link and set your Linaro Login password.</p>
<p></p>
<p>You <strong>must</strong> do this before you can use Linaro's systems.</p>
<p></p>
<p><strong>Please note</strong> that some of Linaro's systems can take up to an hour to recognise your password after it has been changed.</p>
<p></p>
<p>If you require SSH access to servers, you can store your SSH public keys on <a href="https://login.linaro.org/">https://login.linaro.org/</a>. After logging in with your email address and password, you will see the "SSH keys" section where you can paste your key(s).</p>
<p></p>
<p>Don't forget to click on "Save" after adding your keys!</p>
<p></p>
<p>Information about the supported format of public keys can be found at <a href="http://linaro.co/OpenSSHKeys">http://linaro.co/OpenSSHKeys</a>.</p>
<p></p>
<p>When using SSH, your username is <strong>{2}</strong>.</p>
<p></p>
<p><strong>IMPORTANT!</strong> You will receive an email every six months to confirm that you still need this account. If you do not click on the link in that email within a month of receipt, your account will be closed.</p>
<p></p>
<p>If you have any problems, please email <a href="mailto:[email protected]">[email protected]</a> or raise a ticket by going to <a href="https://it-support.linaro.org/">https://it-support.linaro.org/</a>.</p>
<p></p>
<p>Best regards</p>
<p></p>
<p>Linaro IT Services</p>
</body>
</html>