Skip Navigation

[Resolved] Forgot / Reset Password Not Working

This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

Tagged: 

This topic contains 12 replies, has 2 voices.

Last updated by Nigel 7 years, 2 months ago.

Assisted by: Nigel.

Author
Posts
#455192

I followed the instructions in the following document
https://toolset.com/documentation/user-guides/cred-training-course/part-7-building-account-page-login-form/
When I go to the forgot password page and enter user name it does not redirect to reset password page. However it reloads forgot password page showing the login UI that is on the my account page.

hidden link

#455238

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

When you click on the "Lost your password?" link and that takes you to the second page where you enter your username or password, when you do the system will send you an email with a reset password link.

After submitting your username/email the page redirects back to the log-in form because, well, it has to do something, and that is the typical behaviour with most password resets that will end up with the reset email link opening a new browser tab.

(I couldn't test it on your own page because I don't have an account with a password to reset, but it appears to be set up correctly.)

#455517

Hi Nigel,
Yes that makes sense, was thinking after entering user name it would take you to the reset password page. But when I think this through what you explain is the typical process. Also tried setting up a failed page so if not in system but received same non redirection.

And I do not unsterstand if this is the case why this instruction

"Create the Lost password page (step 1 in the image). This is going to be a regular WordPress page that includes the [wpv-forgot-password-form reset_password_url=’hidden link; shortcode. The page entered in the shortcode attribute is the page that will include the [wpv-reset-password-form]shortcode, see the next step."

Why would instructions say to redirect to reset password page if an email is being sent to send user to that page.

So perhaps I am missing a step. Obviously if the system is sending an email (which is not occurring by the way) would we not need to set up an email with a link to the reset password page.

You are welcome to setup an account (form is defaulting to subscriber)
hidden link

#455838

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

I tried to set up an account at your site but never received the sign up email, I suspect you have problems with your mail server. (It didn't arrive in the spam folder or the inbox.)

I'm sorry if the documentation is unclear on this.

You can see the detailed reference for each shortcode below.

wpv-forgot-password-form: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-forgot-password-form

wpv-reset-password-form: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-reset-password-form

The workflow goes like this.

You add a lost password link to your login form which links to...

A lost password page which you publish and to which you add the wpv-forgot-password-form shortcode. This page displays a small form that asks for your username or email address and has a submit button. You can use the shortcode attributes described in the link above to specify where to redirect on success (when the user does exist), on failure (when there is no such user, for example), and you can also specify the url of the next page in the sequence which is where we will display the actual reset password form. The user will be sent an email with this link to reset password form page.

The user receives the reset password email with a link, which they click.

That link takes them to a reset password page which you create, where you add the wpv-reset-password-form shortcode to generate the form. Again, you can specify attributes to determine where to redirect on success or failure.

That is pretty much it.

Let me know how you get on.

#455908

Nigel thank you for trying to create an account. It would seem a new problem has arisen. I was having an issue were custom fields were showing in the create a user cred form but not in the edit user cred forms. I followed the instruction in an errata which required downloading a hot fix file and replacing 3 files. It would appear that after doing this it removed notification emails I set on cred forms. Now when I go into cred to redo these notifications I have an issue of form fields not being available. When I select option to send email to field in form there are no fields available in the drop downs.

https://toolset.com/errata/scaffolding-not-produce-user-fields-properly/

Now as far as the toolset reset password shortcodes go. Everything is send according to instruction and in accordane with information on the shortcodes page.
I am using mailgun as my smtp server. If I use woocommerce to reset a password it does send the email to the account email address. If I use the toolset password shortcodes it only registers with mailgun that a a click event occured.

toolset = Clicked: tpilant@imunlmtd.com hidden link
WooCommerce = Delivered: postmaster@account.rep-o-matic.comtpilant@imunlmtd.com 'Password Reset for Rep-O-Matic Reputation Builder'

So perhaps this is a wordpress issue but it would seem that the toolset shortcodes are not generating the password reset email.

#455924

Sorry that click is registering the woocommerce click when sending the password reset via their plugin. So I am geeting nothing in my mailguns logs as an attempt to send a password request using the toolset shortcodes.

#456746

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

I don't have any debug info for your site (https://toolset.com/faq/provide-debug-information-faster-support/) to see what plugin versions you are using, so I'm going to assume you are using the current versions.

You are describing two more issues here:

1. that after applying the fix described in the errata custom user fields are unavailable in your email notifications, and
2. that the password reset emails are not being sent

I'm going to follow-up on 2 here—it relates to your original question—but I need to ask you to post 1 in a new thread. Sorry for the inconvenience but our policy is one issue per thread, as this helps other users researching similar problems in the forums. You can copy and paste what you have written above.

Regarding the password reset emails.

I have a test site with the current plugin versions, and I have also applied the patch described in the errata to see if that affects anything.

When working on localhost there can be problems with WP emails being sent, so I use the plugin WP Mail Logging which tracks sent emails whether they are delivered or not (https://wordpress.org/plugins/wp-mail-logging/).

I tested the lost password form and according to the mail logs an email was sent.

I'm not sure if this has something to do with your mailgun set up. Can you add the mail logging plugin and check again?

If you don't see the Toolset email can you confirm what versions of our plugins you are using?

#457028

Installed the wp mail logging plugin. Did a reset password request. Nothing in log. Created a new account from frontend it shows in log.

According to the reset password form shortcodes, you can send an email with link to reset page. You can also redirect to another page after submission -- this does not work. You can also redirect to a page if there is a fail this redirect does not function either.

Here is my debug info
{"core":{"Wordpress":{"Multisite":"No","SiteURL":"https:\/\/rep-o-matic.com","HomeURL":"https:\/\/rep-o-matic.com","Version":"4.6.1","PermalinkStructure":"\/%category%\/%postname%\/","PostTypes":"post, page, attachment, revision, nav_menu_item, wp-types-group, wp-types-user-group, wp-types-term-group, cred-form, cred-user-form, subscription, sub_transaction, product, product_variation, shop_order, shop_order_refund, shop_coupon, shop_webhook, fl-builder-template, view, view-template, rate-and-review, rating-form, review-link-page, tos-page, send-rating-card, client-review","PostSatus":"publish, future, draft, pending, private, trash, auto-draft, inherit, wc-pending, wc-processing, wc-on-hold, wc-completed, wc-cancelled, wc-refunded, wc-failed"},"Server":{"jQueryVersion":"1.12.4","PHPVersion":"7.0.13","MySQLVersion":"5.7.16","ServerSoftware":"Apache\/2.4.18 (Unix) OpenSSL\/1.0.2g"},"PHP":{"MemoryLimit":"256M","UploadMax":"512M","PostMax":"1G","TimeLimit":"0","MaxInputVars":"5000"}},"plugins":{"active_plugins":{"all-in-one-wp-migration\/all-in-one-wp-migration.php":{"Name":"All-in-One WP Migration","PluginURI":"https:\/\/servmask.com\/","Version":"5.55","Author":"ServMask","AuthorURI":"https:\/\/servmask.com\/","TextDomain":"all-in-one-wp-migration","DomainPath":"\/languages","Network":true,"Title":"All-in-One WP Migration","AuthorName":"ServMask"},"bb-plugin\/fl-builder.php":{"Name":"Beaver Builder Plugin (Pro Version)","PluginURI":"https:\/\/www.wpbeaverbuilder.com\/?utm_medium=bb\u0026utm_source=plugins-admin-page\u0026utm_campaign=plugins-admin-uri","Version":"1.8.8","Author":"The Beaver Builder Team","AuthorURI":"https:\/\/www.wpbeaverbuilder.com\/?utm_medium=bb\u0026utm_source=plugins-admin-page\u0026utm_campaign=plugins-admin-author","TextDomain":"fl-builder","DomainPath":"","Network":false,"Title":"Beaver Builder Plugin (Pro Version)","AuthorName":"The Beaver Builder Team"},"bb-ultimate-addon\/bb-ultimate-addon.php":{"Name":"Ultimate Addon for Beaver Builder","PluginURI":"http:\/\/www.ultimatebeaver.com\/","Version":"1.3.1","Author":"Brainstorm Force","AuthorURI":"http:\/\/www.brainstormforce.com","TextDomain":"uabb","DomainPath":"","Network":false,"Title":"Ultimate Addon for Beaver Builder","AuthorName":"Brainstorm Force"},"cred-commerce\/plugin.php":{"Name":"Toolset CRED Commerce","PluginURI":"https:\/\/toolset.com\/home\/cred-commerce\/","Version":"1.2","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com\/","TextDomain":"cred-commerce","DomainPath":"","Network":false,"Title":"Toolset CRED Commerce","AuthorName":"OnTheGoSystems"},"cred-frontend-editor\/plugin.php":{"Name":"Toolset CRED","PluginURI":"https:\/\/toolset.com\/home\/toolset-components\/#cred","Version":"1.8.2","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com\/","TextDomain":"cred-frontend-editor","DomainPath":"","Network":false,"Title":"Toolset CRED","AuthorName":"OnTheGoSystems"},"css-hero-inspector-pro\/index.php":{"Name":"CSS Hero Inspector PRO","PluginURI":"csshero.org","Version":"1.0b1","Author":"","AuthorURI":"CSS Hero Team","TextDomain":"css-hero-inspector-pro","DomainPath":"","Network":false,"Title":"CSS Hero Inspector PRO","AuthorName":""},"css-hero\/css-hero-main.php":{"Name":"CSSHero","PluginURI":"csshero.org","Version":"2.21","Author":"CssHero.org","AuthorURI":"csshero.org","TextDomain":"css-hero","DomainPath":"","Network":false,"Title":"CSSHero","AuthorName":"CssHero.org"},"google-review-link-generator\/google-review-link-genarator.php":{"Name":"Google Review Link Generator","PluginURI":"","Version":"","Author":"Zach Anderson","AuthorURI":"","TextDomain":"google-review-link-generator","DomainPath":"","Network":false,"Title":"Google Review Link Generator","AuthorName":"Zach Anderson"},"mailgun\/mailgun.php":{"Name":"Mailgun","PluginURI":"http:\/\/wordpress.org\/extend\/plugins\/mailgun\/","Version":"1.4","Author":"Mailgun","AuthorURI":"http:\/\/www.mailgun.com\/","TextDomain":"mailgun","DomainPath":"\/languages\/","Network":false,"Title":"Mailgun","AuthorName":"Mailgun"},"really-simple-ssl\/rlrsssl-really-simple-ssl.php":{"Name":"Really Simple SSL","PluginURI":"https:\/\/www.really-simple-ssl.com","Version":"2.4.1","Author":"Rogier Lankhorst","AuthorURI":"https:\/\/www.rogierlankhorst.com","TextDomain":"really-simple-ssl","DomainPath":"\/languages","Network":false,"Title":"Really Simple SSL","AuthorName":"Rogier Lankhorst"},"subscriptio\/subscriptio.php":{"Name":"Subscriptio","PluginURI":"http:\/\/www.rightpress.net\/subscriptio","Version":"2.3.1","Author":"RightPress","AuthorURI":"http:\/\/www.rightpress.net","TextDomain":"subscriptio","DomainPath":"\/languages","Network":false,"Title":"Subscriptio","AuthorName":"RightPress"},"toolset-module-manager\/plugin.php":{"Name":"Toolset Module Manager","PluginURI":"https:\/\/toolset.com\/home\/toolset-components\/","Version":"1.6.6","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com\/","TextDomain":"toolset-module-manager","DomainPath":"","Network":false,"Title":"Toolset Module Manager","AuthorName":"OnTheGoSystems"},"types-access\/types-access.php":{"Name":"Toolset Access","PluginURI":"https:\/\/toolset.com\/home\/types-access\/?utm_source=accessplugin\u0026utm_campaign=access\u0026utm_medium=release-notes-plugins-list\u0026utm_term=Visit plugin site","Version":"2.2.1","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com\/","TextDomain":"types-access","DomainPath":"","Network":false,"Title":"Toolset Access","AuthorName":"OnTheGoSystems"},"types\/wpcf.php":{"Name":"Toolset Types","PluginURI":"http:\/\/wordpress.org\/extend\/plugins\/types\/","Version":"2.2.2","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"types","DomainPath":"","Network":false,"Title":"Toolset Types","AuthorName":"OnTheGoSystems"},"woocommerce-gateway-paypal-powered-by-braintree\/woocommerce-gateway-paypal-powered-by-braintree.php":{"Name":"WooCommerce PayPal Powered by Braintree Gateway","PluginURI":"https:\/\/docs.woothemes.com\/document\/woocommerce-gateway-paypal-powered-by-braintree\/","Version":"1.2.5","Author":"WooThemes","AuthorURI":"http:\/\/woothemes.com\/","TextDomain":"woocommerce-gateway-paypal-powered-by-braintree","DomainPath":"","Network":false,"Title":"WooCommerce PayPal Powered by Braintree Gateway","AuthorName":"WooThemes"},"woocommerce-gateway-stripe\/woocommerce-gateway-stripe.php":{"Name":"WooCommerce Stripe Gateway","PluginURI":"https:\/\/wordpress.org\/plugins\/woocommerce-gateway-stripe\/","Version":"3.0.6","Author":"Automattic","AuthorURI":"https:\/\/woocommerce.com\/","TextDomain":"woocommerce-gateway-stripe","DomainPath":"\/languages","Network":false,"Title":"WooCommerce Stripe Gateway","AuthorName":"Automattic"},"woocommerce-views\/views-woocommerce.php":{"Name":"Toolset WooCommerce Views","PluginURI":"https:\/\/toolset.com\/documentation\/views-inside\/woocommerce-views\/","Version":"2.6.7","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"woocommerce-views","DomainPath":"","Network":false,"Title":"Toolset WooCommerce Views","AuthorName":"OnTheGoSystems"},"woocommerce\/woocommerce.php":{"Name":"WooCommerce","PluginURI":"https:\/\/woocommerce.com\/","Version":"2.6.8","Author":"WooThemes","AuthorURI":"https:\/\/woocommerce.com","TextDomain":"woocommerce","DomainPath":"\/i18n\/languages\/","Network":false,"Title":"WooCommerce","AuthorName":"WooThemes"},"wp-mail-logging\/wp-mail-logging.php":{"Name":"WP Mail Logging","PluginURI":"http:\/\/wordpress.org\/extend\/plugins\/wp-mail-logging\/","Version":"1.7.0","Author":"Christian Z\u0026ouml;ller","AuthorURI":"http:\/\/no3x.de\/","TextDomain":"wpml","DomainPath":"","Network":false,"Title":"WP Mail Logging","AuthorName":"Christian Z\u0026ouml;ller"},"wp-views\/wp-views.php":{"Name":"Toolset Views","PluginURI":"https:\/\/toolset.com\/?utm_source=viewsplugin\u0026utm_campaign=views\u0026utm_medium=plugins-list-full-version\u0026utm_term=Visit plugin site","Version":"2.2.1","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"wp-views","DomainPath":"","Network":false,"Title":"Toolset Views","AuthorName":"OnTheGoSystems"}},"mu_plugins":[],"dropins":[]},"theme":{"Name":"Rep-O-Matic Manager","ThemeURI":null,"Author":"\u003Ca href=\u0022http:\/\/www.imunlmtd.com\u0022\u003EI M Unlimited\u003C\/a\u003E","AuthorURI":null,"Template":"bb-theme","Version":"1.0","TextDomain":null,"DomainPath":null},"extra-debug":{"access":{"rules":{"types":{"edit_rate-and-review":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"read_rate-and-review":{"roles":["editor","shop_manager","author","contributor","app_subscriber","customer","subscriber","vip_subscriber","guest","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"delete_rate-and-review":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"edit_rating-and-reviews":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"edit_others_rating-and-reviews":{"roles":["editor","shop_manager"],"users":[],"types":{"rate-and-review":1}},"publish_rating-and-reviews":{"roles":["editor","shop_manager","author","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"read_private_rating-and-reviews":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"delete_rating-and-reviews":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"delete_private_rating-and-reviews":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"delete_published_rating-and-reviews":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}},"delete_others_rating-and-reviews":{"roles":["editor","shop_manager"],"users":[],"types":{"rate-and-review":1}},"edit_private_rating-and-reviews":{"roles":["editor","shop_manager"],"users":[],"types":{"rate-and-review":1}},"edit_published_rating-and-reviews":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"],"users":[],"types":{"rate-and-review":1}}},"taxonomies":[]},"debug":[],"settings":{"types":{"_custom_read_errors":{"rate-and-review":{"permissions":{"read":{"everyone":"","editor":"","shop_manager":"","author":"","contributor":"","app_subscriber":"","customer":"","subscriber":"","vip_subscriber":"","guest":""}}}},"_custom_read_errors_value":{"rate-and-review":{"permissions":{"read":{"everyone":"","editor":"","shop_manager":"","author":"","contributor":"","app_subscriber":"","customer":"","subscriber":"","vip_subscriber":"","guest":""}}}},"_archive_custom_read_errors":{"rate-and-review":{"permissions":{"read":{"everyone":"","editor":"","shop_manager":"","author":"","contributor":"","app_subscriber":"","customer":"","subscriber":"","vip_subscriber":"","guest":""}}}},"_archive_custom_read_errors_value":{"rate-and-review":{"permissions":{"read":{"everyone":"","editor":"","shop_manager":"","author":"","contributor":"","app_subscriber":"","customer":"","subscriber":"","vip_subscriber":"","guest":""}}}},"rate-and-review":{"mode":"permissions","permissions":{"publish":{"roles":["editor","shop_manager","author","app_subscriber","vip_subscriber","sm_subscriber"]},"delete_any":{"roles":["editor","shop_manager"]},"edit_any":{"roles":["editor","shop_manager"]},"delete_own":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"]},"edit_own":{"roles":["editor","shop_manager","author","contributor","app_subscriber","vip_subscriber","sm_subscriber"]},"read":{"roles":["editor","shop_manager","author","contributor","app_subscriber","customer","subscriber","vip_subscriber","guest","sm_subscriber"]}}}},"third_party":{"__CRED_CRED_USER":{"__CRED_CRED_USER_GROUP":{"permissions":{"delete_other_users_with_cred":{"roles":["administrator","editor","shop_manager","author","contributor"]},"delete_own_user_with_cred":{"roles":["administrator","editor","shop_manager","author","contributor"]},"create_users_with_cred_45":{"roles":["administrator","editor","shop_manager","author","contributor"]},"edit_other_users_with_cred_114":{"roles":["administrator","editor","shop_manager","author","contributor"]},"edit_own_user_with_cred_114":{"roles":["administrator","editor","shop_manager","author","contributor","subscriber"]},"create_users_with_cred_48":{"roles":["administrator","editor","shop_manager","author","contributor","app_subscriber","customer","sm_subscriber","subscriber","vip_subscriber","guest"]}},"mode":"permissions"}},"__USERMETA_FIELDS":{"__USERMETA_FIELDS_GROUP_contact":{"permissions":{"modify_own_contact":{"roles":["administrator","editor","shop_manager","author","contributor","app_subscriber","customer","sm_subscriber","subscriber","vip_subscriber","guest"]},"view_own_in_profile_contact":{"roles":["administrator","editor","shop_manager","author","contributor","app_subscriber","customer","sm_subscriber","subscriber","vip_subscriber","guest"]}},"mode":"permissions"}}},"tax":[]},"errors":[]},"types":{"add_resized_images_to_library":0,"register_translations_on_import":1,"images_remote":0,"images_remote_cache_time":"36","help_box":"by_types","hide_standard_custom_fields_metabox":"show","postmeta_unfiltered_html":"on","usermeta_unfiltered_html":"on"},"CRED":{"dont_load_cred_css":"","enable_post_expiration":"","export_custom_fields":"1","export_settings":"1","syntax_highlight":1,"use_bootstrap":"1","wizard":"1","allowed_tags":{"address":"1","a":"1","abbr":"1","acronym":"1","area":"1","article":"1","aside":"1","audio":"1","b":"1","bdo":"1","big":"1","blockquote":"1","br":"1","button":"1","caption":"1","cite":"1","code":"1","col":"1","colgroup":"1","del":"1","dd":"1","dfn":"1","details":"1","div":"1","dl":"1","dt":"1","em":"1","fieldset":"1","figure":"1","figcaption":"1","font":"1","footer":"1","form":"1","h1":"1","h2":"1","h3":"1","h4":"1","h5":"1","h6":"1","header":"1","hgroup":"1","hr":"1","i":"1","iframe":"1","img":"1","ins":"1","kbd":"1","label":"1","legend":"1","li":"1","map":"1","mark":"1","menu":"1","nav":"1","p":"1","pre":"1","q":"1","s":"1","samp":"1","span":"1","section":"1","small":"1","strike":"1","strong":"1","sub":"1","summary":"1","sup":"1","table":"1","tbody":"1","td":"1","textarea":"1","tfoot":"1","th":"1","thead":"1","title":"1","tr":"1","track":"1","tt":"1","u":"1","ul":"1","ol":"1","var":"1","video":"1"}},"views":{"views_template_loop_blog":0,"wpv_bootstrap_version":"3","wpv_custom_conditional_functions":["woo_product_on_sale","woo_product_in_stock","wpv_woo_single_products_rating_func","wpv_woo_list_attributes_func","wpv_woo_show_upsell_func","wpv_woo_products_rating_on_listing_func","woo_has_product_subcategory","woo_shop_display_is_categories"],"wpv_custom_inner_shortcodes":["child-form","child-links","child-send","child-tos","get-title"],"wpv_debug_mode":"","wpv_debug_mode_type":"compact","wpv_map_plugin":0,"wpv_show_edit_view_link":1,"wpv_show_hidden_fields":"","wpv_saved_auto_detected_framework":"","wpv_codemirror_autoresize":"","wpv_enable_pagination_manage_history":true,"wpv_enable_parametric_search_manage_history":true,"views_template_for_rate-and-review":173}}}

#457365

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

Thanks for the debug info.

As you say that the redirects don't work as expected and it is not just the notification emails being sent, I think I should take a copy of your site for testing to examine the problem further.

I will mark your next reply as private so that I can get log-in credentials from you—you may want to create a temporary admin user for me to use that you can later delete. And be sure to have a current backup of your site, even though I don't intend to make any changes other than to temporarily add a backup plugin to take a snapshot of the site.

#457687

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

I tested the issue on your site.

I then made a duplicate for further testing locally.

I eventually tracked the problem down to an incompatibility issue with WooCommerce (which has its own lost password page).

I reproduced that on a clean test site to be sure.

Deactivating WooCommerce means the password recovery shortcodes work as expected.

I have escalated this issue so that it can be investigated further and hopefully resolved soon.

I will keep you posted with any updates.

#457733

Thank you.
I will continue with development with out ability for the moment will just make password reset a manual request. As woocommerce is needed for processing subscribers.
I tried using wocom password reset url endpoint in a menu but it did not want to work outside the myaccount shortcode.

Look forward to resolution. Thank you again for the always excellent support.

#459109

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

I wanted to advise you that the issue has been identified and resolved and will be included in a hotfix update for Views which is expected to be released around December 6 to coincide with the release of WordPress 4.7.

I'll publish a reminder here when it is published.

#490347

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Terry

I'm just reviewing the tickets marked as fixed in next release in anticipation of a slew of updates for the main Toolset plugins intended to be published after the weekend when testing is completed.

It looks as if I overlooked updating this ticket back in December, let me know if you still experience any problems.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.