hashimea
Forum Replies Created
-
Hello,
Just check this screenshot, https://ibb.co/vZ31hjJ . The lost password email template configuration setting is missing.
I have to enable Reset Password Form, screenshot https://ibb.co/5vnbwwc for to enable the email template configuration of lost password. But both are different workflow. it should be available when we enable lost password form. Right ?
Any way try to repeat the above steps on video which you shared with the reset password form disabled. The issue arise when we disable the reset password form.
https://ibb.co/5vnbwwcI have switched to another plugin that offers the same features, and it is functioning correctly. Please refer to my previous response to reproduce and resolve the issue.
The option to customize the lost password email should be available within the lost password tab. Currently, it is located within the reset form, which is part of the next set of workflows.- This reply was modified 1 year, 6 months ago by hashimea.
To reproduce the problem described, please follow the steps below:
- Install the Essential Addons plugin.
- Open the functions.php file in your theme folder.
- Add the following function to the functions.php file:
add_filter('eael/login-register/wp-login-url', function( $wp_login_url ){ // Add your custom login page URL here return site_url('/login'); });
- Save the changes to the functions.php file.
- Configure a login form using the Essential Addons plugin. Make sure that the lost password form is enabled and the reset password form is disabled.
- Save the configuration of the login form.
- Test the lost password functionality by entering an email address in the input box provided.
- Check the email you receive and verify the reset URL.
By following these steps, you should be able to reproduce the issue and observe the problem with the reset URL. I have tested it with wp security plugin and without. So can eliminate the compatibility issue with 3rd party plugin.
https://ibb.co/N3NrpTz (Disable this reset form)
There is another problem when we use the login form inside a popup: the show password icon is unresponsive. https://ibb.co/YRyNXjGThe new filter function working fine while enabling this option (ie enabling reset form). But while using the lost password form without this, the reset url is same.
https://ibb.co/N3NrpTzDespite attempting the new version, the problem remains unchanged. The email still contains the default WordPress login link, and furthermore, the password reset notification email is being sent twice.
Hi,
Thank you for your reply. I have been using the custom URL field as a temporary solution. However, this approach undermines the whole point of using the form in popup in our workflow. I am hopeful that a permanent solution will be made available soon.@amitbarai013
I am fine. Hope you too.
I have considered the option, but it would defeat the purpose of the Lost Password form, right? Our intention is to avoid redirecting the user to another page and instead use the Lost Password form. The form is currently functioning properly, but the email is being sent using old url.Solved this by editing payment gateway by using get_return_url( $order ) for redirect
For other products it works fine. (Both symbol and amount gets updated). But for for bookly, only the currency symbol changes since last version