Always show a feedback when recovering password (#249)
Even if email doesn't exist
This commit is contained in:
committed by
Lorenzo Milesi
parent
eaa6bf967f
commit
adf9321db8
@ -17,6 +17,7 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'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.' => '',
|
||||
'Authentication rule class {0} can not be instantiated' => '',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => '',
|
||||
'Rule class name' => '',
|
||||
@ -25,6 +26,7 @@ return [
|
||||
'Yandex' => '',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '',
|
||||
'An email has been sent with instructions for resetting your password' => '@@Saatsime sulle e-kirja juhendiga, kuidas saad oma parooli uuendada@@',
|
||||
'(not set)' => '(määramata)',
|
||||
'A confirmation message has been sent to your new email address' => 'Saatsime sinu uuele e-maili aadressile kinnituskirja',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Saatsime sulle kinnituseks e-kirja. Registreerumise kinnitamiseks pead klikkma saadetud kirjas olevale lingile.',
|
||||
@ -36,7 +38,6 @@ return [
|
||||
'Account details have been updated' => 'Konto andmed on uuendatud',
|
||||
'Account settings' => 'Konto seaded',
|
||||
'Already registered? Sign in!' => 'Oled registreerunud? Logi sisse!',
|
||||
'An email has been sent with instructions for resetting your password' => 'Saatsime sulle e-kirja juhendiga, kuidas saad oma parooli uuendada',
|
||||
'An error occurred processing your request' => 'Päringu protsessimisel tekkis viga',
|
||||
'Are you sure you want to block this user?' => 'Oled kindel, et tahad selle kasutaja blokeerid?',
|
||||
'Are you sure you want to confirm this user?' => 'Oled kindel, et tahad selle kasutaja kinnitada?',
|
||||
|
||||
Reference in New Issue
Block a user