Files
snipe-it/app/views/emails/auth/reminder.blade.php
T

14 lines
329 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Password Reset</h2>
<div>
To reset your {{{ Setting::getSettings()->site_name }}} password, complete this form: {{ URL::to('password/reset', array($token)) }}.
</div>
</body>
</html>