Changes between Version 23 and Version 24 of CookBook/AccountManagerPluginConfiguration


Ignore:
Timestamp:
Sep 21, 2015, 11:18:00 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Reverts CookBook/AccountManagerPluginConfiguration@23. The IPasswordHashMethod is only needed for SessionStore. I've tested this behavior and confirmed it works correctly when SessionStore is not enabled: accountmanagerplugin/trunk/acct_mgr/db.py@12661:22-24#L19.

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/AccountManagerPluginConfiguration

    v23 v24  
    3636acct_mgr.http.* = disabled
    3737acct_mgr.notification.* = enabled
    38 acct_mgr.pwhash.htdigesthashmethod = disabled
    39 acct_mgr.pwhash.htpasswdhashmethod = enabled
     38acct_mgr.pwhash.* = disabled
    4039acct_mgr.register.* = enabled
    4140acct_mgr.svnserve.svnservepasswordstore = disabled
     
    7069acct_mgr.http.* = disabled
    7170acct_mgr.notification.* = enabled
    72 acct_mgr.pwhash.htdigesthashmethod = enabled
    73 acct_mgr.pwhash.htpasswdhashmethod = disabled
     71acct_mgr.pwhash.* = disabled
    7472acct_mgr.register.* = enabled
    7573acct_mgr.svnserve.svnservepasswordstore = disabled