Changes between Version 6 and Version 7 of HtBlowfishStorePlugin


Ignore:
Timestamp:
Feb 3, 2016, 7:33:26 PM (8 years ago)
Author:
figaro
Comment:

Hosted on github

Legend:

Unmodified
Added
Removed
Modified
  • HtBlowfishStorePlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = [wiki:AccountManagerPlugin/AuthStores#HtPasswdStore HtPasswdStore] with Blowfish support plugin
     3= !HtPasswdStore with Blowfish support plugin
    44
    55== Description
    66
    7 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.
     7This 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.
    88
    99== Bugs/Feature Requests
     
    2626}}}
    2727
    28 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     28For more information, please follow [t:wiki:TracPlugins#InstallingaTracPlugin documentation] on how to install Trac plugins.
    2929
    3030Enable this plugin in your `trac.ini` file as follows: