forked from jmug/stoatchat
Add extra snippet.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
||||||
<p>
|
<p>
|
||||||
You requested a password reset, if you did not request this then you can safely ignore it.
|
You requested a password reset, if you didn't perform this action you can safely ignore this email.
|
||||||
</p>
|
</p>
|
||||||
<p style="margin: 0;">
|
<p style="margin: 0;">
|
||||||
Reset your password by navigating to <a href="{{url}}">{{url}}</a>.
|
Reset your password by navigating to <a href="{{url}}">{{url}}</a>.
|
||||||
|
|||||||
@@ -26,13 +26,13 @@
|
|||||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color: #153643; font-family: Arial, sans-serif;">
|
<td style="color: #153643; font-family: Arial, sans-serif;">
|
||||||
<h1 style="font-size: 24px; margin: 0;">Verify your account!</h1>
|
<h1 style="font-size: 24px; margin: 0;">You're almost there!</h1>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
||||||
<p>
|
<p>
|
||||||
You're almost there! Verify your account to be able to log into the platform.
|
Verify your account to be able to log into the platform. If you didn't perform this action you can safely ignore this email.
|
||||||
</p>
|
</p>
|
||||||
<p style="margin: 0;">
|
<p style="margin: 0;">
|
||||||
Please verify your account by navigating to <a href="{{url}}">{{url}}</a>.
|
Please verify your account by navigating to <a href="{{url}}">{{url}}</a>.
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export version=0.5.1-alpha.13
|
export version=0.5.1-alpha.15
|
||||||
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
|
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
|
||||||
|
|||||||
@@ -87,12 +87,12 @@ async fn launch_web() {
|
|||||||
templates: Templates {
|
templates: Templates {
|
||||||
verify_email: Template {
|
verify_email: Template {
|
||||||
title: "Verify your Revolt account.",
|
title: "Verify your Revolt account.",
|
||||||
text: "You're almost there! Verify your account to be able to log into the platform.\nPlease verify your account here: {{url}}\n\nSent by Revolt. · Website: https://revolt.chat\nRevolt is a user-first chat platform built with modern web technologies.",
|
text: "You're almost there! Verify your account to be able to log into the platform. If you did not perform this action you can safely ignore this email.\nPlease verify your account here: {{url}}\n\nSent by Revolt. · Website: https://revolt.chat\nRevolt is a user-first chat platform built with modern web technologies.",
|
||||||
html: include_str!("../assets/templates/verify.html"),
|
html: include_str!("../assets/templates/verify.html"),
|
||||||
},
|
},
|
||||||
reset_password: Template {
|
reset_password: Template {
|
||||||
title: "Reset your Revolt password.",
|
title: "Reset your Revolt password.",
|
||||||
text: "You requested a password reset, if you did not request this then you can safely ignore it.\nReset your password here: {{url}}\n\nSent by Revolt. · Website: https://revolt.chat\nRevolt is a user-first chat platform built with modern web technologies.",
|
text: "You requested a password reset, if you did not perform this action you can safely ignore this email.\nReset your password here: {{url}}\n\nSent by Revolt. · Website: https://revolt.chat\nRevolt is a user-first chat platform built with modern web technologies.",
|
||||||
html: include_str!("../assets/templates/reset.html"),
|
html: include_str!("../assets/templates/reset.html"),
|
||||||
},
|
},
|
||||||
welcome: None,
|
welcome: None,
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pub const VERSION: &str = "0.5.1-alpha.13";
|
pub const VERSION: &str = "0.5.1-alpha.15";
|
||||||
|
|||||||
Reference in New Issue
Block a user