Making WordPress.org


Ignore:
Timestamp:
12/04/2015 08:06:26 PM (9 years ago)
Author:
stephdau
Message:

WPORG SSO (login.wordpress.org): De-hooking the password change notification, too high volume on wp.org, for no admin value in our context.

Relates to #1406

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/wporg-sso/wp-plugin.php

    r2159 r2163  
    2020            if ( $this->has_host() ) {
    2121                add_action( 'init', array( &$this, 'redirect_all_login_or_signup_to_sso' ) );
     22                // De-hooking the password change notification, too high volume on wp.org, for no admin value.
     23                remove_action( 'after_password_reset', 'wp_password_change_notification' );
    2224            }
    2325        }
Note: See TracChangeset for help on using the changeset viewer.