Changeset 1175

Show
Ignore:
Timestamp:
08/28/08 10:29:08 (3 months ago)
Author:
shibuya
Message:

fixed the issue that admin and root-admin password isn't able to be sync.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 5100R/trunk/ui/base-user.mod/Makefile

    r1173 r1175  
    88 
    99VERSION=1.2.0 
    10 RELEASE=0BQ3 
     10RELEASE=0BQ4 
    1111 
    1212# add a buildarch if desired 
  • 5100R/trunk/ui/base-user.mod/glue/handlers/root_access.pl

    r1168 r1175  
    115115        my ($ret) = usermod({ 
    116116                            'name' => ($root_prefix . $user->{name}), 
    117                             'md5_password' => $user->{md5_password} 
     117                            'password' => $user->{md5_password} 
    118118                        }); 
    119119 
  • 5100R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl

    r1173 r1175  
    109109 
    110110<begin $CHANGELOG> 
     111* Wed Aug 28 2008 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ4 
     112- fixed the issue that admin and root-admin password isn't able to be sync. 
     113 
    111114* Tue Aug 26 2008 Michael Stauber <mstauber@solarspeed.net> 1.2.0-0BQ3 
    112115- Small update in personalAccountHandler.php, userModHandler.php and userAddHandler.php