By Marco Ruggiero on Friday, 13 November 2015
Posted in Technical Issues
Likes 0
Views 714
Votes 0
I have create a test user in ES administration with Require Password Reset: YES.

The new user receives an email, this is ok; but when connecting there is error ERR_TOO_MANY_REDIRECT.

The adress is .../site/network/compte/COM_EASYSOCIAL_ROUTER_ACCOUNT_LAYOUT_REQUIREPASSWORDRESET

You can test the connection
user: test1
pwd: test1

Where is the problem? Language file?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

it seems like that was bug, I have applied some fix in this file JoomlaFolder\administrator\components\com_easysocial\includes\router\adapters\account.php

And updated this language string into JoomlaFolder\language\en-GB\en-GB.com_easysocial.ini


COM_EASYSOCIAL_ROUTER_ACCOUNT_LAYOUT_REQUIREPASSWORDRESET="requirePasswordReset"



Can you give it a try now? It should work fine now.
·
Saturday, 14 November 2015 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Works fine, thank you
Small note: not well displayed on mobile, you can not see the field to complete. See Attachment
Little correction on CSS required
·
Saturday, 14 November 2015 21:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marco,

Try apply my following css code into your current template css file and see how it goes?


@media (max-width:768px) {
div#fd.es .es-remind-form-wrap .input-group .input-group-addon {
min-width: 116px !important;
white-space: pre-line !important;
}
}
·
Saturday, 14 November 2015 22:59
·
0 Likes
·
0 Votes
·
0 Comments
·
It work fine with this CSS code.

All ok, thanks
·
Monday, 16 November 2015 18:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Marco,

Thanks for the update. Glad that your issue has been resolved now.
·
Monday, 16 November 2015 18:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post