Password Reset Issues
-
This thread is meant to be the “goto” source for the current number one problem plaguing TML users – the password reset issue. There are a few known problems along with a few solutions that I will outline below.
Password reset form is unusable
WordPress 4.3 changed the way that the password reset process is presented. Instead of typing the password twice, you are presented with a single field which has an auto-generated password already in it. You can manually change this to something of your liking, if you wish.TML has not yet been updated to be compatible with this new experience. However, TML 6.4 RC1 has just been released, which means that the official fix is right around the corner.
Password reset always returns an invalid key error
Before WordPress 4.3, not sure exactly when, the password reset process was also changed. When you reset your password, you get an email with a link to click to perform the actual reset. This link includes a secure reset key. The problem was, this key was passed around in the URL, potentially in the clear if not using SSL. So the WP developers changed the code to store the password reset key in a cookie when you fist click the link from your email. This is all fine and dandy.The problem with this cookie method and TML arises when you either use a page caching plugin or are using a host who employs their own caching method, which is very common for WP specialized hosting. These hosts exclude
wp-login.php
from their caching system. However, as you know, TML takes this process and puts it into a regular WP page, which isn’t excluded from these types of caching systems.The answer to this is actually quite simple. You either exclude the Reset Password page from your caching plugin or ask your host to do it.
- The topic ‘Password Reset Issues’ is closed to new replies.