Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pcrDev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"HashAlgorithm": "Sha384 { ... }",
"PCR0": "52c77e448cf27db034b0f469d912b94f973cf9834c270af593b65c98ec4de003c7a2839cfa40a97154c1e8dc5f58c443",
"PCR0": "71dfd227784f5262ad6748fc5a964d8bab4085ebb1d7b60f1c3ae881bd257becbc920fb447622331fb5952d91081534f",
"PCR1": "f004075c672258b499f8e88d59701031a3b451f65c7de60c81d09da2b0799272675481ec390527594dd7069cb7de59d7",
"PCR2": "52691c2398e7f24e66272e4f443ae5d10b118a0c790aa12d851ea4843694dfaa65a6871dbf9d9a693ffe3ab1888c2188"
"PCR2": "21b6a1bfed1ec2ce22860e10e8befab36f06735070799b49bee6ab9cb151b83c3852b8bfd61b01fea86ad8018cdf59cb"
}
4 changes: 2 additions & 2 deletions src/email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ pub async fn send_password_reset_confirmation_email(
<div class="container">
<h1>Password Reset Confirmation</h1>
<p>Your {} account password has been successfully reset.</p>
<p>If you did not initiate this password reset, please contact us immediately at <a href="mailto:support@opensecret.cloud">support@opensecret.cloud</a>.</p>
<p>If you did not initiate this password reset, please contact our support team immediately.</p>
<p>For security reasons, we recommend that you:</p>
<ul>
<li>Change your password again if you suspect any unauthorized access.</li>
Expand Down Expand Up @@ -1040,7 +1040,7 @@ pub async fn send_account_deletion_confirmation_email(
<div class="container">
<h1>Account Deletion Confirmation</h1>
<p>Your {} account has been successfully deleted along with all associated data.</p>
<p>If you did not request this account deletion, please contact us immediately at <a href="mailto:support@opensecret.cloud">support@opensecret.cloud</a>.</p>
<p>If you did not request this account deletion, please contact our support team immediately.</p>
<p>Thank you for your time with us. We hope to see you again in the future.</p>
<p>Best regards,<br>The {} Team</p>
</div>
Expand Down
Loading