I'd like to initialize a new htdigest file (named projectname.auth) from within the script, but the htdigest command does not offer a flag to populate the password and prompts instead. Is there another way to create this file and populate an initial set of users?
I never tried it, but you might use the Python script available from http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache to generate the htdigest file without the htdigest tool from Apache. HTH, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
