Making WordPress.org

Changeset 4353

Timestamp:
11/13/2016 07:01:01 PM (8 years ago)
Author:
ocean90
Message:

WordPress.org SSO: Disable login and password reset for blocked users.

File:
1 edited

Legend:

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

    r4203 r4353  
    3535                remove_action( 'after_password_reset', 'wp_password_change_notification' );
    3636
     37
     38
     39
    3740                add_filter( 'password_change_email', array( $this, 'replace_admin_email_in_change_emails' ) );
    3841                add_filter( 'email_change_email', array( $this, 'replace_admin_email_in_change_emails' ) );
    3942            }
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
    4079        }
    4180
Note: See TracChangeset for help on using the changeset viewer.