Readme for #6243
This commit is contained in:
parent
64a4d2e32c
commit
59ef851302
|
@ -322,7 +322,7 @@ class WC_Shortcode_My_Account {
|
|||
$valid = $wp_hasher->CheckPassword( $key, $user->user_activation_key );
|
||||
}
|
||||
|
||||
if ( empty( $user ) or ! isset($valid) or ! $valid ) {
|
||||
if ( empty( $user ) or empty( $valid ) ) {
|
||||
wc_add_notice( __( 'Invalid key', 'woocommerce' ), 'error' );
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -136,6 +136,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Fix - Escaping of country names in tax settings.
|
||||
* Fix - Encoding of pagination link when using default permalinks.
|
||||
* Fix - NPR currency.
|
||||
* Fix - Fixing "Invalid key" error when clicking link in password reset email.
|
||||
* Tweak - Display of locale information on system status page.
|
||||
* Tweak - Removed postcode for Bahamas.
|
||||
* Tweak - In system status, show path to template file override.
|
||||
|
|
Loading…
Reference in New Issue