Changes between Initial Version and Version 1 of HtBlowfishStorePlugin


Ignore:
Timestamp:
Feb 9, 2011, 12:32:44 AM (13 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HtBlowfishStorePlugin

    v1 v1  
     1= HtPasswdStore with Blowfish support plugin =
     2
     3== Description ==
     4
     5This 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. After enabling this plugin you can thus configure it with:
     6
     7{{{
     8password_file = /path/to/your.htpasswd
     9password_store = HtBlowfishStore
     10htpasswd_hash_type = md5
     11}}}
     12
     13== Bugs/Feature Requests ==
     14
     15Please use [https://bitbucket.org/mitar/trac-htblowfishstore/issues Bitbucket] for any issues you have with [wiki:HtBlowfishStorePlugin].
     16
     17== Download ==
     18
     19Download the zipped source from [https://bitbucket.org/mitar/trac-htblowfishstore/get/tip.zip here].
     20
     21== Source ==
     22
     23You can clone [wiki:HtBlowfishStorePlugin] from [https://bitbucket.org/mitar/trac-htblowfishstore here] using Mercurial, or [https://bitbucket.org/mitar/trac-htblowfishstore/src browse the source] on Bitbucket.
     24
     25== Installation ==
     26
     27Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     28
     29== Author/Contributors ==
     30
     31'''Author:''' [wiki:mitar] [[BR]]
     32'''Maintainer:''' [wiki:mitar] [[BR]]
     33'''Contributors:'''