Make WordPress Core


Ignore:
Timestamp:
03/29/2005 02:48:49 PM (19 years ago)
Author:
ryan
Message:

Don't throw 'typed only once' error when both password entries are blank. http://mosquito.wordpress.org/view.php?id=1178

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r2437 r2489  
    4141
    4242if ( '' == $pass1 ) {
    43     if ( '' == $pass2 )
     43    if ( '' != $pass2 )
    4444        die (__("<strong>ERROR</strong>: you typed your new password only once. Go back to type it twice."));
    4545    $updatepassword = '';
Note: See TracChangeset for help on using the changeset viewer.