[[PageOutline(2-5,Contents,pullout)]] = !HtPasswdStore with Blowfish support plugin == Description This plugin extends [wiki:AccountManagerPlugin/AuthStores#HtPasswdStore HtPasswdStore] for AccountManagerPlugin with [https://secure.wikimedia.org/wikipedia/en/wiki/Blowfish_%28cipher%29 Blowfish] support. It is useful when migrating from systems which used `crypt` with Blowfish hash. In this case it is recommended that you set `htpasswd_hash_type` to something else, so that new or updated passwords will be in a new format. == Bugs/Feature Requests Please use [https://github.com/trac-hacks/trac-htblowfishstore/issues GitHub] for any issues you have with [wiki:HtBlowfishStorePlugin]. == Download Download the zipped source from [https://github.com/trac-hacks/trac-htblowfishstore/archive/master.zip here]. == Source You can clone [wiki:HtBlowfishStorePlugin] from [https://github.com/trac-hacks/trac-htblowfishstore here] using git, or [https://github.com/trac-hacks/trac-htblowfishstore browse the source] on GitHub. == Installation To install this plugin, run the following: {{{#!sh pip install HtBlowfishStorePlugin }}} For more information, please follow [t:wiki:TracPlugins#InstallingaTracPlugin documentation] on how to install Trac plugins. Enable this plugin in your `trac.ini` file as follows: {{{#!ini [components] HtBlowfishStorePlugin.* = enabled }}} == Configuration After enabling this plugin, you can configure it as follows: {{{#!ini password_file = /path/to/your.htpasswd password_store = HtBlowfishStore htpasswd_hash_type = md5 }}} == Author/Contributors '''Author:''' [wiki:mitar] [[BR]] '''Maintainer:''' [wiki:mitar] [[BR]] '''Contributors:'''