Changeset 1175
- Timestamp:
- 08/28/08 10:29:08 (3 months ago)
- Files:
-
- 5100R/trunk/ui/base-user.mod/Makefile (modified) (1 diff)
- 5100R/trunk/ui/base-user.mod/glue/handlers/root_access.pl (modified) (1 diff)
- 5100R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5100R/trunk/ui/base-user.mod/Makefile
r1173 r1175 8 8 9 9 VERSION=1.2.0 10 RELEASE=0BQ 310 RELEASE=0BQ4 11 11 12 12 # add a buildarch if desired 5100R/trunk/ui/base-user.mod/glue/handlers/root_access.pl
r1168 r1175 115 115 my ($ret) = usermod({ 116 116 'name' => ($root_prefix . $user->{name}), 117 ' md5_password' => $user->{md5_password}117 'password' => $user->{md5_password} 118 118 }); 119 119 5100R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl
r1173 r1175 109 109 110 110 <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 111 114 * Tue Aug 26 2008 Michael Stauber <mstauber@solarspeed.net> 1.2.0-0BQ3 112 115 - Small update in personalAccountHandler.php, userModHandler.php and userAddHandler.php
