Page MenuHomeDevCentral

D18.diff
No OneTemporary

D18.diff

diff --git a/resources/lang/en/emails.php b/resources/lang/en/emails.php
--- a/resources/lang/en/emails.php
+++ b/resources/lang/en/emails.php
@@ -33,6 +33,9 @@
//to recover account access and asked to reset the password by e-mail.
'reset-password-intro' => 'Someone (we hope yourself) has requested to recover access to your account.',
+ //To prevent the case login is forgotten, we give it too.
+ 'reset-password-login' => 'Your login is:',
+
//A paragraph to explain the procedure. It will immediately be followed by
//a new line with the URL the user must go to achieve the reset.
'reset-password-callforaction' => 'To do so, you can reset your password at the following URL:',
diff --git a/resources/views/emails/password.blade.php b/resources/views/emails/password.blade.php
--- a/resources/views/emails/password.blade.php
+++ b/resources/views/emails/password.blade.php
@@ -4,6 +4,10 @@
@lang('emails.reset-password-intro')
+@lang('emails.reset-password-login')
+
+{{ $user->username }}
+
@lang('emails.reset-password-callforaction')
{{ url('auth/reset/' . $token) }}

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 17, 01:11 (2 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2989679
Default Alt Text
D18.diff (1 KB)

Event Timeline