Changeset 2489

Show
Ignore:
Timestamp:
03/29/05 14:48:49 (4 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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 = '';