{ "info": { "author": "Steffen Hoffmann", "author_email": "hoff.st@web.de", "bugtrack_url": null, "classifiers": [], "description": "= TracAccountManager =\n\nA user account management plugin for Trac.\n\n== Installation ==\n 1. Run: python setup.py bdist_egg\n 2. If necessary, create a folder called \"plugins\" in your Trac environment.\n 3. Copy the .egg file from the \"dist\" folder created by step 1\n into the \"plugins\" directory of your Trac environment.\n\n== Configuration ==\nAdd one of the following sections to trac.ini to get started. See even \nmore configuration examples for supported backends at\n http://trac-hacks.org/wiki/AccountManagerPlugin/AuthStores\nor in the configuraition cookbook page at\n http://trac-hacks.org/wiki/CookBook/AccountManagerPluginConfiguration\n\n=== Htpasswd ===\n{{{\n[account-manager]\n; use an Apache htpasswd file\nhtpasswd_hash_type = md5\nhtpasswd_file = /path/to/trac.htpasswd\npassword_store = HtPasswdStore\n}}}\n\n=== Htdigest ===\n{{{\n[account-manager]\n; use an Apache htdigest file\nhtdigest_file = /path/to/trac.htdigest\nhtdigest_realm = TracDigestRealm\npassword_store = HtDigestStore\n}}}\n\n=== HttpAuth ===\n{{{\n[account-manager]\n; use a page that is secured with HTTP Auth\nauthentication_url = http://hostname/path\npassword_store = HttpAuthStore\n}}}\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://trac-hacks.org/wiki/AccountManagerPlugin", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "TEST-TracAccountManager", "package_url": "https://pypi.org/project/TEST-TracAccountManager/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/TEST-TracAccountManager/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://trac-hacks.org/wiki/AccountManagerPlugin" }, "release_url": "https://pypi.org/project/TEST-TracAccountManager/0.5/", "requires_dist": null, "requires_python": null, "summary": "User account management plugin for Trac", "version": "0.5" }, "last_serial": 785754, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "13920de387b5761e66ab746be601bc79", "sha256": "5daad331446c9d2dd5fed3219d0974736bbcc90787f3c6964df81d62d44c23f3" }, "downloads": -1, "filename": "test-tracaccountmanager.tar.gz", "has_sig": false, "md5_digest": "13920de387b5761e66ab746be601bc79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 674348, "upload_time": "2012-12-02T23:47:10", "url": "https://files.pythonhosted.org/packages/3c/2e/878cdb5c7f25c3e85c649a18b65f45828688a7814e1bfcbeaa903dbe3f8d/test-tracaccountmanager.tar.gz" } ], "0.5dev-r12398": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "13920de387b5761e66ab746be601bc79", "sha256": "5daad331446c9d2dd5fed3219d0974736bbcc90787f3c6964df81d62d44c23f3" }, "downloads": -1, "filename": "test-tracaccountmanager.tar.gz", "has_sig": false, "md5_digest": "13920de387b5761e66ab746be601bc79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 674348, "upload_time": "2012-12-02T23:47:10", "url": "https://files.pythonhosted.org/packages/3c/2e/878cdb5c7f25c3e85c649a18b65f45828688a7814e1bfcbeaa903dbe3f8d/test-tracaccountmanager.tar.gz" } ] }