Replies
Hi Brajesh,
I did, I installed this plugin (sorry, I called it “wp mail checker” in the previous post), and if I ask to reset password from native page ?action=lostpassword, I can see it in the logs, but if I use the modal, nothing appears, it’s not sent.
If I open in browser the developer inspector (F12), I don’t see any warning,
(in local mode, I added
define(‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true );
define( ‘SCRIPT_DEBUG’, true );
And nothing special in debug.log )
I really wonder why, first I thought because of my own plugins, or of the force email login (I have also bbpress, yoast seo, and some popular plugins) but I tried to desactived them
(not all on production because many users are often online,
but all desactived in developpement, and never the feedback appears)The only thing I didn’t try is the theme, but I suppose is compatible with community builder free version.
If suppose something’s wrong, and I don’t know where to check now.. 😉
Sorry, I found your explanation on
https://buddydev.com/docs/buddypress-ajax-registration/overriding-modal-styles-from-theme/
to edit the login modal templateunfortunately nothing changes, even by disabling all plugins or change plugin configuration :'( (in wp mail checker, nothing is send, and in forgot password panel, the input hidden to redirect url, the value is empty, whatever I check), … so I modified the login panel template to open the normal link (action = lostpassword), can we modify it in the child theme?
I will continue to check and if I found something, I will let you know
Thank you very much,
to explain better, when I click on the submit button, I come back on home page whithout any feedback, and even if I ask for another redirection (first I asked to show login panel but I tried all choices)