Edgewall Software

Changes between Version 62 and Version 63 of TracStandalone


Ignore:
Timestamp:
Feb 17, 2009, 10:04:44 AM (15 years ago)
Author:
gavenkoa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v62 v63  
    155155It is possible to use md5sum utility to generate digest-password file using such method:
    156156{{{
    157 echo -e "${user}:trac:${password}\c" | md5sum - >>to-file
     157  $ printf "${user}:trac:${password}" | md5sum - >>to-file
    158158}}}
    159 and manually delete " -" from the end and add "${user}:trac:" to the start of line from 'to-file'. You can see attachment:trac-digest-corrected.sh for detail.
     159and manually delete " -" from the end and add "${user}:trac:" to the start of line from 'to-file'.
    160160
    161161== Tips ==