Changes between Version 5 and Version 6 of HtBlowfishStorePlugin


Ignore:
Timestamp:
Apr 19, 2015, 12:20:17 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • HtBlowfishStorePlugin

    v5 v6  
    1 = [wiki:AccountManagerPlugin/AuthStores#HtPasswdStore HtPasswdStore] with Blowfish support plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= [wiki:AccountManagerPlugin/AuthStores#HtPasswdStore HtPasswdStore] with Blowfish support plugin
    44
    5 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. After enabling this plugin you can thus configure it with:
     5== Description
    66
    7 {{{
     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.
     8
     9== Bugs/Feature Requests
     10
     11Please use [https://github.com/trac-hacks/trac-htblowfishstore/issues GitHub] for any issues you have with [wiki:HtBlowfishStorePlugin].
     12
     13== Download
     14
     15Download the zipped source from [https://github.com/trac-hacks/trac-htblowfishstore/archive/master.zip here].
     16
     17== Source
     18
     19You 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.
     20
     21== Installation
     22
     23To install this plugin, run the following:
     24{{{#!sh
     25pip install HtBlowfishStorePlugin
     26}}}
     27
     28For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     29
     30Enable this plugin in your `trac.ini` file as follows:
     31
     32{{{#!ini
     33[components]
     34HtBlowfishStorePlugin.* = enabled
     35}}}
     36
     37== Configuration
     38
     39After enabling this plugin, you can configure it as follows:
     40
     41{{{#!ini
    842password_file = /path/to/your.htpasswd
    943password_store = HtBlowfishStore
     
    1145}}}
    1246
    13 == Bugs/Feature Requests ==
    14 
    15 Please use [https://github.com/trac-hacks/trac-htblowfishstore/issues GitHub] for any issues you have with [wiki:HtBlowfishStorePlugin].
    16 
    17 == Download ==
    18 
    19 Download the zipped source from [https://github.com/trac-hacks/trac-htblowfishstore/archive/master.zip here].
    20 
    21 == Source ==
    22 
    23 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.
    24 
    25 == Installation ==
    26 
    27 {{{
    28 pip install HtBlowfishStorePlugin
    29 }}}
    30 
    31 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    32 
    33 == Author/Contributors ==
     47== Author/Contributors
    3448
    3549'''Author:''' [wiki:mitar] [[BR]]