Changeset 1078 for branches/omero_ds_fix
- Timestamp:
- 11/15/06 09:29:51 (2 years ago)
- Location:
- branches/omero_ds_fix/components/server
- Files:
-
- 1 added
- 1 modified
-
build.xml (modified) (1 diff)
-
src/ome/security/PasswordUtil.java (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/omero_ds_fix/components/server/build.xml
r1057 r1078 7 7 <target name="reload-db" depends="prepare,load-groovy"> 8 8 <groovy> 9 import ome.security.PasswordUtil 9 10 rootpass=properties["omero.rootpass"] 10 rootpass= new ome.logic.AdminImpl().preparePassword(rootpass)11 rootpass=PasswordUtil.preparePassword(rootpass) 11 12 properties["ROOTPASS"]=rootpass 12 13 </groovy>
