{ "info": { "author": "Enrico Tr\u00f6ger", "author_email": "enrico.troeger@uvena.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: Log Analysis", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Security", "Topic :: System :: Logging" ], "description": "Overview\n========\n\nPerform one or more actions if someone performed a login, e.g. to the\nadmin interface. This is based on django-axes.\nCurrently implemented action is to send a notification mail to the site admins.\n\n\nDependencies\n============\n\n* `django_axes` (https://pypi.python.org/pypi/django-axes/)\n\n\nInstallation\n============\n\n- Install:\n\n pip install django-axes-login-action\n\n- Add `axes_login_action` to `INSTALLED_APPS`\n\n\nUsage\n=====\n\nOn any login recognized by `django-axes`, `django-axes-login-actions` executes\nthe configured actions.\nBy default, a notification mail is sent to the configured site admins (\nsee Django's `ADMINS` setting). This is handled in `axes_login_actions.actions.email.notify`.\n\nYou can add or replace the default action with custom actions if you like.\nTo do so, set the setting `AXES_LOGIN_ACTIONS` to a list of paths to any callable\nfunction or class.\nEach configured action is called with a positional argument `instance` which is\na `axes.models.AccessAttempt` instance and the same kwargs as sent by the Django\n`django.db.models.signals.post_save` signal.\n\n\nChanges\n=======\n\n* 2017-07-15 - 1.2.0:\n * Support Python3\n\n* 2017-03-26 - 1.1.0:\n * Add current datetime to the notification email\n * Add a proper Django app config\n * Ensure the signal handler is connected only once\n\n* 2015-08-16 - 1.0.1:\n * Use importlib from Python instead from Django\n (to remove Django deprecation warning)\n\n* 2014-05-25 - 1.0.0:\n * Initial release\n\n\nLicense\n=======\n\nCopyright (c) 2014-2017, Enrico Tr\u00f6ger\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name django-wakawaka nor the names of its contributors\n may be used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eht16/django-axes-login-actions", "keywords": "django", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-axes-login-actions", "package_url": "https://pypi.org/project/django-axes-login-actions/", "platform": "", "project_url": "https://pypi.org/project/django-axes-login-actions/", "project_urls": { "Homepage": "https://github.com/eht16/django-axes-login-actions" }, "release_url": "https://pypi.org/project/django-axes-login-actions/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Perform one or more actions if someone performed a login, e.g. to the admin interface.", "version": "1.2.0" }, "last_serial": 3024918, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "aeb6322cd3efd96974d95bc7c6367602", "sha256": "bf22f6a90239e8a410d5d6a791ed804e5562116b2dfaffc9bfca1405bf222a19" }, "downloads": -1, "filename": "django-axes-login-actions-1.0.0.tar.gz", "has_sig": true, "md5_digest": "aeb6322cd3efd96974d95bc7c6367602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6456, "upload_time": "2014-05-25T11:41:20", "url": "https://files.pythonhosted.org/packages/e5/dd/fa5f3efaf13482e4c4e506d787d28731f9e60ad7230648b92f5dce3bc991/django-axes-login-actions-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "111b59766b547ded96f00bf37811c56b", "sha256": "74c63097d8ecf1c5b74fa378aebbf8e9d44d2b1a63d906790002c944fdd757d6" }, "downloads": -1, "filename": "django-axes-login-actions-1.0.1.tar.gz", "has_sig": true, "md5_digest": "111b59766b547ded96f00bf37811c56b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6557, "upload_time": "2015-08-16T07:47:08", "url": "https://files.pythonhosted.org/packages/4d/89/275aab229f18fd5442b33f953c668cb4c9875c5648b08af02723f90941fb/django-axes-login-actions-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f2cdbed671da2c2b4bc246146b40b2f8", "sha256": "3b8a2a4c4dc856de2b4d4369793e32b7c74b3fa6fb5ca3265bc30fe122ed3982" }, "downloads": -1, "filename": "django_axes_login_actions-1.1.0-py2-none-any.whl", "has_sig": true, "md5_digest": "f2cdbed671da2c2b4bc246146b40b2f8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12448, "upload_time": "2017-03-26T13:22:22", "url": "https://files.pythonhosted.org/packages/37/9a/1e122d51334f0a730a2e4b9e992791a6df19f0c8a683c62b681658001233/django_axes_login_actions-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be9a8bd9b7d8556e49d39529224879e1", "sha256": "6bbd89f087e21d51a76b7850fe51f89b25aaed7288e2c40b4357338a34ddd36d" }, "downloads": -1, "filename": "django-axes-login-actions-1.1.0.tar.gz", "has_sig": true, "md5_digest": "be9a8bd9b7d8556e49d39529224879e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7055, "upload_time": "2017-03-26T13:22:19", "url": "https://files.pythonhosted.org/packages/9e/e9/452e9d2f999f36cd19ef6dd4792fd733e11e6f92721153ba035bd4370f21/django-axes-login-actions-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "4697268a17c244764e186f3d6745b946", "sha256": "846e5d6d8d3c047a808a7c6cf9b6921a1efba09c84055445a9718f12b11fdb00" }, "downloads": -1, "filename": "django_axes_login_actions-1.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4697268a17c244764e186f3d6745b946", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14848, "upload_time": "2017-07-15T11:41:13", "url": "https://files.pythonhosted.org/packages/37/4c/c2ee4a987f81d6a7d6d7f6e68a07eae8b750fbab1ea7839c1ef5ab58d334/django_axes_login_actions-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46e81221bd2bf5a87f6a381e58c7d1cf", "sha256": "0e7b55726273c896e4ec302872a091b21101696744116983e0cf312cb46ef677" }, "downloads": -1, "filename": "django-axes-login-actions-1.2.0.tar.gz", "has_sig": true, "md5_digest": "46e81221bd2bf5a87f6a381e58c7d1cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8154, "upload_time": "2017-07-15T11:41:10", "url": "https://files.pythonhosted.org/packages/66/d0/f4c5dfbaea4c7425d6ee07d6be390d9fcafe1a82adbf65b7709aa973560a/django-axes-login-actions-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4697268a17c244764e186f3d6745b946", "sha256": "846e5d6d8d3c047a808a7c6cf9b6921a1efba09c84055445a9718f12b11fdb00" }, "downloads": -1, "filename": "django_axes_login_actions-1.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4697268a17c244764e186f3d6745b946", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14848, "upload_time": "2017-07-15T11:41:13", "url": "https://files.pythonhosted.org/packages/37/4c/c2ee4a987f81d6a7d6d7f6e68a07eae8b750fbab1ea7839c1ef5ab58d334/django_axes_login_actions-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46e81221bd2bf5a87f6a381e58c7d1cf", "sha256": "0e7b55726273c896e4ec302872a091b21101696744116983e0cf312cb46ef677" }, "downloads": -1, "filename": "django-axes-login-actions-1.2.0.tar.gz", "has_sig": true, "md5_digest": "46e81221bd2bf5a87f6a381e58c7d1cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8154, "upload_time": "2017-07-15T11:41:10", "url": "https://files.pythonhosted.org/packages/66/d0/f4c5dfbaea4c7425d6ee07d6be390d9fcafe1a82adbf65b7709aa973560a/django-axes-login-actions-1.2.0.tar.gz" } ] }