public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/assets/templates/pw_reset_html.tpl
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
<html>
2
<head>
3
<meta name="x-apple-disable-message-reformatting" />
4
<style>
5
body {
6
font-family: Helvetica, Arial, Sans-Serif;
7
}
8
/* mobile devices */
9
@media all and (max-width: 480px) {
10
.mob {
11
display: none;
12
}
13
}
14
</style>
15
</head>
16
<body>
17
Hello {{username2}},<br><br>
19
Somebody requested a new password for the {{hostname}} account associated with {{username}}.<br>
20
<small>Date of the password reset request: {{date}}</small><br><br>
22
You can reset your password by clicking the link below:<br>
23
<a href="{{link}}">{{link}}</a><br><br>
25
The link will be valid for the next {{token_lifetime}} minutes.<br><br>
27
If you did not request a new password, please ignore this email.<br>
28
</body>
29
</html>