• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1078 for branches/omero_ds_fix

Show
Ignore:
Timestamp:
11/15/06 09:29:51 (2 years ago)
Author:
jmoore
Message:

#443 Making password hashing publicly accessible

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  
    77        <target name="reload-db" depends="prepare,load-groovy"> 
    88                <groovy> 
     9                        import ome.security.PasswordUtil 
    910                        rootpass=properties["omero.rootpass"] 
    10                         rootpass=new ome.logic.AdminImpl().preparePassword(rootpass) 
     11                        rootpass=PasswordUtil.preparePassword(rootpass) 
    1112                        properties["ROOTPASS"]=rootpass 
    1213                </groovy> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/