snipe-it/resources/views/auth/emails/password.blade.php

2 lines
162 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
Click here to reset your password: <a href="{{ $link = url('password/reset', $token).'?email='.urlencode($user->getEmailForPasswordReset()) }}"> {{ $link }} </a>