Always show a feedback when recovering password (#249)

Even if email doesn't exist
This commit is contained in:
bscheshirwork
2018-10-23 13:10:33 +03:00
committed by Lorenzo Milesi
parent eaa6bf967f
commit adf9321db8
29 changed files with 81 additions and 48 deletions

View File

@ -28,7 +28,7 @@ return [
'Account details have been updated' => '',
'Account settings' => '',
'Already registered? Sign in!' => '',
'An email has been sent with instructions for resetting your password' => '',
'An email with instructions to create a new password has been sent to {email} if it is associated with an {appName} account. Your existing password has not been changed.' => '',
'An error occurred processing your request' => '',
'Are you sure you want to block this user?' => '',
'Are you sure you want to confirm this user?' => '',
@ -273,6 +273,7 @@ return [
'{0, date, MMMM dd, YYYY HH:mm}' => '',
'{0} cannot be blank.' => '',
'A message has been sent to your email address. ' => '@@@@',
'An email has been sent with instructions for resetting your password' => '@@@@',
'Awesome, almost there. ' => '@@@@',
'Class "{0}" does not exist' => '@@@@',
'Disable Two-Factor Auth' => '@@@@',