mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Improvements to change/forgot password
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Hey {{ $username }}!
|
||||
|
||||
Click here to reset your password: {{ $url }}
|
8
views/emails/resetPassword.blade.php
Normal file
8
views/emails/resetPassword.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
Hey {{ $username }}!
|
||||
|
||||
Someone (hopefully you!) has submitted a forgotten password request for your account on the {{ $forumTitle }}.
|
||||
|
||||
If this was you, click the following link to reset your password:
|
||||
{{ $url }}
|
||||
|
||||
If you do not wish to change your password, just ignore this email and nothing will happen.
|
Reference in New Issue
Block a user