Make WordPress Core

Changeset 2439


Ignore:
Timestamp:
03/13/2005 05:29:33 PM (20 years ago)
Author:
ryan
Message:

Do not require password update when changing profile. http://mosquito.wordpress.org/view.php?id=1101 Props: idanso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r2437 r2439  
    5757
    5858    if ( '' == $pass1 ) {
    59         if ( '' == $pass2 )
     59        if ( '' != $pass2 )
    6060            die (__("<strong>ERROR</strong>: you typed your new password only once. Go back to type it twice."));
    6161        $updatepassword = "";
Note: See TracChangeset for help on using the changeset viewer.