summaryrefslogtreecommitdiff
path: root/html/user.html
blob: 58798cecceb77f27fd4e8ed0629f8f44d7fb2282 (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"><span class="fa fa-lock"></span> Change Password &raquo;</a>
				</p>
				<br>
				<h2 id="sign_up">Create new address</h2>
				<p>
					Looking for a new mail address? Click here.
					<br>
					<a class="btn btn-primary btn-raised" href="/register" role="button"><span class="fa fa-user-plus"></span> Create New Account&raquo;</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 address and your password.
				<br>
				<a class="btn btn-primary btn-raised" href="https://iamfabulous.de/webmail" role="button"><span class="glyphicon glyphicon-envelope"></span> Login with your browser &raquo;</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"><span class="glyphicon glyphicon-cog"></span> Connection details &raquo;</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 &raquo;</a>
				</p-->
			</div>
		</div>
	</div>
</div>
{{template "footer.html" .Language}}