Initial commit
This commit is contained in:
15
pocketbase/pb_hooks/templates/de/passwortReset.html
Normal file
15
pocketbase/pb_hooks/templates/de/passwortReset.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>Hallo,</p>
|
||||
<p>Klicke auf den Button unten, um dein Passwort zurückzusetzen.</p>
|
||||
<p>
|
||||
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-password-reset/{{.token}}" target="_blank" rel="noopener">Passwort zurücksetzen</a>
|
||||
</p>
|
||||
<p><i>Wenn du keine Passwortzurücksetzung beantragt hast, kannst du diese E-Mail ignorieren.</i></p>
|
||||
<p>
|
||||
Viele Grüße,<br/>
|
||||
Das {{.appName}}-Team
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user