In multiprojectcommitticketupdaterplugin/0.12/testing some configuration examples show long depreciated and soon removed options from AccountManagerPlugin:
- 'password_format' has been obsoleted by
- 'password_store' for direct store selection including store chaining and
- store-specific options for hash type selection, i.e.:
- 'htpasswd_hash_type' for HtPasswdStore
- 'db_htpasswd_hash_type' for SessionStore with IPasswordHashMethod HtPasswdHashMethod (selected by 'hash_method' in turn)
- 'password_file' has been depreciated in favor of store-specific options, once more to allow for seamless store chaining
- 'htpasswd_file' for HtPasswdStore's password file in htpasswd format
- 'htdigest_file' for HtDigestStore's password file in htdigest format
Please update the documentation accordingly, or link to maintained AccountManagerPlugin documentation like the configuration cookbook page (preferred).