mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-24 19:07:23 +01:00
Mailpile: an installation script and a multiplexer daemon that proxies Mailpile behind an authorization step and multiplexes Mailpile instances per logged in user
This commit is contained in:
24
mailpile-multiplexer/templates/login_status.html
Normal file
24
mailpile-multiplexer/templates/login_status.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding-top: 8px;
|
||||
padding-right: 8px;
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
background: #f6f6f6;
|
||||
color: #444;
|
||||
border-bottom: 1px solid #EEE;
|
||||
text-align: right;
|
||||
}
|
||||
body a {
|
||||
color: #449;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
<body>
|
||||
You are logged in as {{auth.email}}.
|
||||
<a href="logout">Log out?</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user