blob: d8a5175abb4aee9f4fa29b1cc31a4392b2b5165c (
plain)
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
|
{{template "header.html" "User | Libremail"}}
{{template "navbar.html"}}
{{template "alert.html" .}}
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>User</h1>
<br>
<div class="well well-lg">
<h2 id="change_password">Change Password</h2>
<p>
You can change your password here.
<br>
<a class="btn btn-primary btn-raised" href="/password" role="button">Change Password »</a>
</p>
<br>
<h2 id="sign_up">Create new adress</h2>
<p>
Looking for a new adress? Click here.
<br>
<a class="btn btn-primary btn-raised" href="/register" role="button">Create New Account»</a>
</p>
<br>
<h2 id="login">Login</h2>
<p>The easiest way is to use our webmail interface. You can find it <a href="https://iamfabulous.de/webmail" title="Webmail" target="_blank">here <span class="fa fa-external-link"></span></a>.
<br>
Log in with your full mail adress and your password.
<br>
<a class="btn btn-primary btn-raised" href="https://iamfabulous.de/webmail" role="button">Webmail »</a>
<br>
<br>
If you want to use your own client, see here for connection details.
<br>
<a class="btn btn-primary btn-raised" href="/server" role="button" title="Server | Connection details">Connection details »</a>
</p>
<!--p>
See <a href="/howto#login" title="How to login">here</a> for more details.
<br>
<a class="btn btn-primary btn-raised" href="/howto#login" role="button">Login »</a>
</p-->
</div>
</div>
</div>
</div>
{{template "footer.html"}}
|