Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11722113
D18.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D18: Add the login to reset-password mail
Attached
Detach File
Event Timeline
Log In to Comment