<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[10010] sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login: Login: Add a basic wp-admin interface to view/filter pending user registrations.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/10010">10010</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/10010","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>dd32</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2020-07-03 07:23:18 +0000 (Fri, 03 Jul 2020)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Login: Add a basic wp-admin interface to view/filter pending user registrations.

This also allows for resending of confirmation emails.

See <a href="http://meta.trac.wordpress.org/ticket/5278">#5278</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgloginfunctionsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/</li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgloginadminclassuserregistrationslisttablephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgloginadminuiphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgloginadminclassuserregistrationslisttablephp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php                             (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php       2020-07-03 07:23:18 UTC (rev 10010)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,170 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+
+class User_Registrations_List_Table extends WP_List_Table {
+
+       function get_columns() {
+               return [
+                       'pending_id'      => 'ID',
+                       'created'         => 'Created',
+                       'user_login'      => 'User Login',
+                       'user_email'      => 'User Email',
+                       'user_ip'         => 'IP',
+                       'scores'          => 'reCaptcha',
+                       'user_registered' => 'Registered Date',
+                       'created_date'    => 'Created Date',
+               ];
+        }
+
+        public function get_sortable_columns() {
+               return [
+                       'pending_id'      => array( 'pending_id', false ),
+                       'created'         => array( 'created', true ),
+                       'user_login'      => array( 'user_login', true ),
+                       'user_email'      => array( 'user_email', true ),
+                       'scores'          => array( 'scores', true ),
+                       'user_registered' => array( 'user_registered', true ),
+                       'created_date'    => array( 'created_date', true ),
+               ];
+        }
+
+       function prepare_items() {
+               global $wpdb;
+
+               $this->_column_headers = array( 
+                       $this->get_columns(),
+                       array(),
+                       $this->get_sortable_columns(),
+          );
+
+          $sort_column = $_GET['orderby'] ?? 'pending_id';
+          $sort_order = strtoupper( $_GET['order'] ?? 'DESC' );
+
+          if ( ! in_array( $sort_order, [ 'DESC', 'ASC' ] ) ) {
+                  $sort_order = 'DESC';
+          }
+          if ( ! isset( $this->get_sortable_columns()[ $sort_column ] ) ) {
+                  $sort_column = 'pending_id';
+          }
+
+          $per_page     = $this->get_items_per_page( 'users_per_page', 100 );
+          $current_page = $this->get_pagenum();
+
+          $where = '1 = 1 ';
+          if ( isset( $_GET['s'] ) ) {
+                       $search_like = '%' . $wpdb->esc_like( $_GET['s'] ) . '%';
+                       $where .= $wpdb->prepare(
+                               "AND ( user_login LIKE %s OR user_email LIKE %s OR meta LIKE %s )",
+                               $search_like, $search_like, $search_like
+                  );
+          }
+
+          $per_page_offset = ($current_page-1) * $per_page;
+
+               $this->items = $wpdb->get_results(
+                       "SELECT SQL_CALC_FOUND_ROWS *
+                       FROM {$wpdb->base_prefix}user_pending_registrations
+                       WHERE $where
+                       ORDER BY {$sort_column} {$sort_order}
+                       LIMIT {$per_page_offset}, {$per_page}"
+               );
+
+               $this->set_pagination_args([
+                       'total_items' => $wpdb->get_var( 'SELECT FOUND_ROWS()' ),
+                       'per_page'    => $per_page,
+               ]);
+
+       }
+
+       function column_default( $item, $column_name ) {
+               echo esc_html( $item->$column_name );
+       }
+
+       function column_created( $item ) {
+               echo ( $item->created ? 'Yes' : 'No' );
+
+               if ( ! $item->created ) {
+                       $url = add_query_arg(
+                               'email',
+                               urlencode( $item->user_email ),
+                               admin_url( 'admin-post.php?action=login_resend_email' )
+                       );
+                       $url = wp_nonce_url( $url, 'resend_' . $item->user_email );
+                       echo $this->row_actions( [
+                               'resend' => '<a href="' . esc_url( $url ) . '">Resend Email</a>',
+                       ] );
+               }
+       }
+
+       function column_user_registered( $item ) {
+               printf(
+                       '<abbr title="%s">%s ago</abbr>',
+                       esc_attr( $item->user_registered ),
+                       human_time_diff( strtotime( $item->user_registered ) )
+               );
+       }
+
+       function column_created_date( $item ) {
+               if ( $item->created_date && '0000-00-00 00:00:00' !== $item->created_date ) {
+                       printf(
+                               '<abbr title="%s">%s ago</abbr>',
+                               esc_attr( $item->created_date ),
+                               human_time_diff( strtotime( $item->created_date ) )
+                       );
+               } else {
+                       echo '&nbsp;';
+               }
+       }
+
+       function column_user_login( $item ) {
+               if ( $item->created ) {
+                       $url = esc_url( 'https://profiles.wordpress.org/' . $item->user_login . '/' );
+                       echo "<a href='$url'>" . esc_html( $item->user_login ) . '</a>';
+               } else {
+                       echo esc_html( $item->user_login );
+               }
+       }
+
+       function column_user_email( $item ) {
+               list( $email_user, $domain ) = explode( '@', $item->user_email, 2 );
+
+               printf(
+                       '%s@<a href="index.php?page=user-registrations&s=%s">%s</a>',
+                       esc_html( $email_user ),
+                       urlencode( $domain ),
+                       esc_html( $domain )
+               );
+       }
+
+
+       function column_user_ip( $item ) {
+               $meta = json_decode( $item->meta );
+
+               echo implode( ', ',
+                       array_map(
+                               function( $ip ) {
+                                       $url = add_query_arg(
+                                               's',
+                                               urlencode( $ip ),
+                                               admin_url( 'index.php?page=user-registrations' )
+                                       );
+                                       return '<a href="' . $url . '">' . esc_html( $ip ) . '</a>';
+                               },
+                               array_filter( array_unique( [
+                                       $meta->registration_ip ?? false,
+                                       $meta->confirmed_ip ?? false
+                               ] ) )
+                       )
+               );
+       }
+
+       function column_scores( $item ) {
+               foreach ( json_decode( $item->scores ) as $type => $val ) {
+                       printf(
+                               '<abbr title="%s">%s</abbr> ',
+                               esc_attr( $type ),
+                               esc_html( $val )
+                       );
+               }
+       }
+
+}
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span><span class="cx" style="display: block; padding: 0 10px">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgloginadminuiphp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php                              (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php        2020-07-03 07:23:18 UTC (rev 10010)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,66 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+
+include __DIR__  . '/class-user-registrations-list-table.php';
+
+add_action( 'admin_menu', function() {
+       add_submenu_page(
+               'index.php',
+               'Pending User Registrations', 'Pending User Registrations',
+               'manage_users',
+               'user-registrations',
+               'wporg_login_admin_page'
+       );
+});
+
+function wporg_login_admin_page() {
+       $wp_list_table = new User_Registrations_List_Table();
+       $wp_list_table->prepare_items();
+
+       echo '<style>
+               table.dashboard_page_user-registrations td > a {
+                       color: inherit;
+               }
+               table.dashboard_page_user-registrations td > a:hover {
+                       text-decoration: underline;
+               }
+       </style>';
+
+       echo '<div class="wrap">';
+       echo '<h1 class="wp-heading-inline">Pending User Registrations</h1>';
+       echo '<hr class="wp-header-end">';
+
+       if ( isset( $_REQUEST['resent-email'] ) ) {
+               echo '<div class="updated notice"><p>The registration email has been resent.</p></div>';
+       }
+
+       echo '<form>';
+       printf( '<input type="hidden" name="page" value="%s">', esc_attr( $_GET['page'] ) );
+
+       //$wp_list_table->views();
+       $wp_list_table->search_box( 'Search', 's' );
+       $wp_list_table->display();
+
+       echo '</form>';
+       echo '</div>';
+}
+
+add_action( 'admin_post_login_resend_email', function() { 
+       if ( ! current_user_can( 'manage_users' ) ) {
+               wp_die();
+       }
+
+       $email = $_REQUEST['email'] ?? '';
+
+       check_admin_referer( 'resend_' . $email );
+
+       if ( $email ) {
+               wporg_send_confirmation_email( $email );
+       }
+
+       wp_safe_redirect( add_query_arg(
+               's',
+               urlencode( $email ),
+               'https://login.wordpress.org/wp-admin/index.php?page=user-registrations&resent-email=true'
+       ) );
+       exit;
+});
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span><span class="cx" style="display: block; padding: 0 10px">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgloginfunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php     2020-07-03 06:51:15 UTC (rev 10009)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php       2020-07-03 07:23:18 UTC (rev 10010)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -8,6 +8,10 @@
</span><span class="cx" style="display: block; padding: 0 10px"> require __DIR__ . '/functions-restapi.php';
</span><span class="cx" style="display: block; padding: 0 10px"> require __DIR__ . '/functions-registration.php';
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+if ( is_admin() ) {
+       require __DIR__ . '/admin/ui.php';
+}
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * No-cache headers.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -73,6 +77,10 @@
</span><span class="cx" style="display: block; padding: 0 10px"> add_action( 'wp_enqueue_scripts', 'wporg_login_scripts' );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> function wporg_login_register_scripts() {
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        if ( is_admin() ) {
+               return;
+       }
+
</ins><span class="cx" style="display: block; padding: 0 10px">         wp_register_script( 'recaptcha-api', 'https://www.google.com/recaptcha/api.js', array(), '2' );
</span><span class="cx" style="display: block; padding: 0 10px">        wp_add_inline_script(
</span><span class="cx" style="display: block; padding: 0 10px">                'recaptcha-api',
</span></span></pre>
</div>
</div>

</body>
</html>