Hello aelsharawi,
Sorry for late reply to this,
#1 so how can you solve. A scenario like this ?
>> If you would like to add the "Forget password" link in that particular page, you can add this code in your file
JoomlaFolder\components\com_easysocial\themes\wireframe\registration\oauth.php
LINE 42
<a class="text-error" href="<?php echo FRoute::account( array( 'layout' => 'forgetPassword' ) );?>"> <?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_FORGOT_PASSWORD' );?></a>
#2The error I sen it's screenshot is for specific user email ,see it on the extrainfo field
>> It seems like the error message is not able to save this user in database.
>> Is it only this user "xxx xxx" hitting this issues?
#3And also the redirect loop account you can find it in the extra info field in the previous post,you will see this account is flagged reset passorrd at the backend
>> Oh, i just got it what you mean you mentioned above, do you mean that when you set "Require reset password" from your backend > user > edit user right?
>> If yes, we are still investigate on this issues, we will getting back to you as soon as possible.