Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksuess/rohberg.doorman
Plone password policy and password expiration
https://github.com/ksuess/rohberg.doorman
plone4x
Last synced: about 1 month ago
JSON representation
Plone password policy and password expiration
- Host: GitHub
- URL: https://github.com/ksuess/rohberg.doorman
- Owner: ksuess
- Created: 2013-03-13T08:07:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T14:30:51.000Z (almost 10 years ago)
- Last Synced: 2024-05-11T05:42:34.419Z (6 months ago)
- Topics: plone4x
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==================
rohberg.doorman
==================What is rohberg.doorman ?
=========================This package provides Plone sites with a configuration of a custom password policy.
It also lets you configure a Plone site to force password reset after defined time.
Non-Members can be disclosed from entering Site.
Works with
==========* Plone 4
Configuration
==============Open the security control panel of your Plone site. New fields let you
define your custom password policy via regular expressions and define password expiration.Password Policy
=============================As long as no custom policy is configured, default policy as defined in this package is effective. You can review and edit the effective password policy on security control panel.
Password Duration
============================If an expiration of password is defined in security control panel and user has not reset his password during defined expiration time reset password form is presented to user after login attempt which is rejected.
Private RSS Feeds
========================Prevent redirect to login page for paths mentioned in security control panel
Add challenge plugin manually in your-plone-instance/acl_users/plugins/manage_plugins?plugin_type=IChallengePlugin
and push to first positionLinks
=====Cheeseshop
http://pypi.python.org/pypi/rohberg.doormanGit repository
https://github.com/ksuess/rohberg.doormanIssue tracker
https://github.com/ksuess/rohberg.doorman/issuesContributors
============* Katja Süss
Credits
============Thanks to Dylan Jay, Daniel Nouri and BlueDynamics for PAS plugin stuff of PasswordStrength.
Thanks to Nathan Van Gheem for annotation stuff of PloneTrueGallery.
Thanks to Bertrand Mathieu, Thomas Desvenain, Gilles Lenfant, Elisabeth Leddy for
control panel stuff of iw.rejectanonymousLicense
=======Distributed under the GPL.
See LICENSE.txt and LICENSE.GPL for details.
Tests
======done!