Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/13/2014 12:58:28 AM (11 years ago)
Author:
imath
Message:

Introduce Sign Ups Management

In Users Administration Screen, a new view is now available to manage the pending accounts of a site or of the network of sites. The following actions are supported:

  • Resend the activation email
  • Delete the pending account
  • Activate the pending account

The corresponding bulk actions are also supported. A search box is available in order to let the administrator easily find some specific pending accounts.

The registration process have also been modified so that multisite and regular configs handles it in a similar way. A mechnanism is in place to ensure plugin backward compatibility concerning the regular configs.

See #5374

props boonebgorges, imath

Fixes #4651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-screens.php

    r8090 r8119  
    252252        }
    253253
    254         // Check for an uploaded avatar and move that to the correct user folder
    255         if ( is_multisite() )
    256             $hashed_key = wp_hash( $_GET['key'] );
    257         else
    258             $hashed_key = wp_hash( $user );
     254        $hashed_key = wp_hash( $_GET['key'] );
    259255
    260256        // Check if the avatar folder exists. If it does, move rename it, move
Note: See TracChangeset for help on using the changeset viewer.