Changeset 3126
- Timestamp:
- 05/09/2011 07:50:40 AM (15 years ago)
- Location:
- branches/plugin
- Files:
-
- 2 edited
-
bbp-includes/bbp-user-template.php (modified) (2 diffs)
-
bbp-themes/bbp-twentyten/bbpress/form-user-lost-pass.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-user-template.php
r3120 r3126 909 909 ?> 910 910 911 <input type="hidden" name="action" value="bbp-user-login" id="bbp_user_login" />912 911 <input type="hidden" name="user-cookie" value="1" /> 913 912 … … 953 952 ?> 954 953 955 <input type="hidden" name="action" id="bbp_user_lost_pass" value="bbp-user-lost-pass" />956 954 <input type="hidden" name="user-cookie" value="1" /> 955 956 <?php bbp_redirect_to_field( add_query_arg( array( 'checkemail' => 'confirm' ), get_permalink() ) ); ?> 957 957 958 958 <?php wp_nonce_field( 'bbp-user-lost-pass' ); -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-lost-pass.php
r2943 r3126 10 10 ?> 11 11 12 <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register">12 <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register"> 13 13 <fieldset> 14 14 <legend><?php _e( 'Lost Password', 'bbpress' ); ?></legend> 15 16 <?php do_action( 'bbp_template_notices' ); ?>17 15 18 16 <div class="bbp-username"> … … 31 29 <?php bbp_user_lost_pass_fields(); ?> 32 30 33 <?php $reset = $_GET['reset']; if($reset == true) { echo '<p>A message will be sent to your email address.</p>'; } ?>34 31 </div> 35 32 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.