Initial commit
This commit is contained in:
14
pocketbase/pb_hooks/templates/en/authAlert.html
Normal file
14
pocketbase/pb_hooks/templates/en/authAlert.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>We noticed a login to your {{.appName}} account from a new location:</p>
|
||||
<p><em>{{.info}}</em></p>
|
||||
<p><strong>If this wasn't you, you should immediately change your {{.appName}} account password to revoke access from all other locations.</strong></p>
|
||||
<p>If this was you, you may disregard this email.</p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
15
pocketbase/pb_hooks/templates/en/emailChange.html
Normal file
15
pocketbase/pb_hooks/templates/en/emailChange.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>Click on the button below to confirm your new email address.</p>
|
||||
<p>
|
||||
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-email-change/{{.token}}" target="_blank" rel="noopener">Confirm new email</a>
|
||||
</p>
|
||||
<p><i>If you didn't ask to change your email address, you can ignore this email.</i></p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
12
pocketbase/pb_hooks/templates/en/otp.html
Normal file
12
pocketbase/pb_hooks/templates/en/otp.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>Your one-time password is: <strong>{{.password}}</strong></p>
|
||||
<p><i>If you didn't ask for the one-time password, you can ignore this email.</i></p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
15
pocketbase/pb_hooks/templates/en/passwortReset.html
Normal file
15
pocketbase/pb_hooks/templates/en/passwortReset.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>Click on the button below to reset your password.</p>
|
||||
<p>
|
||||
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-password-reset/{{.token}}" target="_blank" rel="noopener">Reset password</a>
|
||||
</p>
|
||||
<p><i>If you didn't ask to reset your password, you can ignore this email.</i></p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
15
pocketbase/pb_hooks/templates/en/verification.html
Normal file
15
pocketbase/pb_hooks/templates/en/verification.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hello,</p>
|
||||
<p>Thank you for joining us at {{.appName}}.</p>
|
||||
<p>Click on the button below to verify your email address.</p>
|
||||
<p>
|
||||
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-verification/{{.token}}" target="_blank" rel="noopener">Verify</a>
|
||||
</p>
|
||||
<p>
|
||||
Thanks,<br/>
|
||||
{{.appName}} team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user