This commit is contained in:
2013-11-18 20:12:28 +01:00
parent 41f27fbddb
commit 7bc24be788
6 changed files with 122 additions and 18 deletions

View File

@@ -1,13 +1 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Password Reset</h2>
<div>
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.
</div>
</body>
</html>
Setze Dein Passwort hier zurück: <a href="{{ URL::to('passwort-reset', array($token)) }}">{{ URL::to('passwort-reset', array($token)) }}</a>