Issue #3110761 by Vivek Panicker, anagomes, lucassc, apaderno,...
Issue #3110761 by Vivek Panicker, anagomes, lucassc, apaderno, Sivaji_Ganesh_Jojodae, bnjmnm: Make more explicit the email address is necessary to recover the password
(cherry picked from commit 22582080)
@@ -96,7 +96,7 @@ public function form(array $form, FormStateInterface $form_state) {
$form['account']['mail']=[
'#type'=>'email',
'#title'=>$this->t('Email address'),
'#description'=>$this->t('A valid email address. All emails from the system will be sent to this address. The email address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by email.'),
'#description'=>$this->t('The email address is not made public. It will only be used if you need to be contacted about your account or for opted-in notifications.'),