Changes between Version 4 and Version 5 of tracInstallation
- Timestamp:
- Jun 29, 2010 3:00:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tracInstallation
v4 v5 47 47 48 48 7. The administration via the web-interface is self-explanatory (Project-Description, Permissions, Plugins, Repositories...). 49 50 === Update .htpasswd === 51 * the svn-passwd-file is saved unencrypted. An example: 52 {{{ 53 [users] 54 user1 passwd1 55 user2 a_second_passwd 56 user3 ... 57 }}} 58 * tracd needs an encrypted file created by //htpasswd2//. To not have to administrate to different user and password information files, there is a small bash-script, which encrypts the unencrypted svn-passwd file. (Maybe some future solutions should only use encrypted password information.)