some 2fa, split main into multiple files

This commit is contained in:
Your Name
2023-09-26 16:36:03 -04:00
parent 266e16a060
commit f3cc9cdeed
8 changed files with 382 additions and 225 deletions

12
templates/recovery.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
</head>
<body>
<p>Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}. If this was
you, enter the following code to regain access: {{.RecoveryCode}}<br> If this was not you, you can safely
ignore this email.</p>
</body>
</html>