Changeset 400764
- Timestamp:
- 06/24/2011 08:51:11 AM (15 years ago)
- File:
-
- 1 edited
-
wp-http-digest/trunk/wp-http-digest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-http-digest/trunk/wp-http-digest.php
r400577 r400764 18 18 // a special hook on profile update 19 19 function action_profile_update($user_id) { 20 if ( isset( $_POST['pass1'] ) && $_POST['pass1'] == $_POST['pass2']) {20 if ( isset( $_POST['pass1'] ) && $_POST['pass1'] != '' && $_POST['pass1'] == $_POST['pass2']) { 21 21 $newpass_plain = $_POST['pass1']; 22 22 wp_set_password( $newpass_plain, $user_id );
Note: See TracChangeset
for help on using the changeset viewer.