Skip to content

Commit 1038ffe

Browse files
committed
Merge branch 'master' into deploy
2 parents a731034 + f2feff7 commit 1038ffe

File tree

14 files changed

+19776
-8443
lines changed

14 files changed

+19776
-8443
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GMCServer
22
[![GitHub](https://img.shields.io/github/license/vinceh121/gmcserver?color=green&style=for-the-badge)](https://github.com/vinceh121/gmcserver/blob/master/LICENSE)
3-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/vinceh121/gmcserver/Java%20CI%20with%20Maven?label=Backend%20build&style=for-the-badge)](https://github.com/vinceh121/gmcserver/actions?query=workflow%3A%22Java+CI+with+Maven%22)
4-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/vinceh121/gmcserver/Web%20Build?label=Frontend%20build&style=for-the-badge)](https://github.com/vinceh121/gmcserver/actions?query=workflow%3A%22Web+Build%22)
3+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vinceh121/gmcserver/maven-build.yml?label=Backend%20build&style=for-the-badge&branch=master)](https://github.com/vinceh121/gmcserver/actions?query=workflow%3A%22Java+CI+with+Maven%22)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vinceh121/gmcserver/web-build.yml?label=Backend%20build&style=for-the-badge&branch=master)](https://github.com/vinceh121/gmcserver/actions?query=workflow%3A%22Java+CI+with+Maven%22)
55
![GitHub repo size](https://img.shields.io/github/repo-size/vinceh121/gmcserver?color=yellowgreen&style=for-the-badge)
66
[![LGTM Grade](https://img.shields.io/lgtm/grade/java/github/vinceh121/gmcserver?style=for-the-badge)](https://lgtm.com/projects/g/vinceh121/gmcserver/)
77
[![LGTM Grade](https://img.shields.io/lgtm/grade/javascript/github/vinceh121/gmcserver?style=for-the-badge)](https://lgtm.com/projects/g/vinceh121/gmcserver/)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
GMCServer, lightweight service to log, analyze and proxy Geiger counter data.
3+
Copyright (C) 2020 Vincent Hyvert
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU Affero General Public as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU Affero General Public for more details.
14+
15+
You should have received a copy of the GNU Affero General Public
16+
along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
-->
18+
19+
<mjml>
20+
<mj-include path="./fragments/head.mjml"/>
21+
<mj-body>
22+
<mj-include path="./fragments/header.mjml"/>
23+
<mj-section background-color="#424242" border-radius="4px">
24+
<mj-column>
25+
<mj-text>
26+
<h2>
27+
Password reset
28+
</h2>
29+
Click on the following link to reset the password of your account.<br/>
30+
</mj-text>
31+
<mj-button
32+
href="https://{{instance/host}}/password-reset/confirm?token={{token}}"
33+
>
34+
Reset my password
35+
</mj-button>
36+
</mj-column>
37+
</mj-section>
38+
<mj-include path="./fragments/footer.mjml"/>
39+
</mj-body>
40+
</mjml>

0 commit comments

Comments
 (0)