Self Service Password version 0.6
Self Service Password version 0.6¶
Presentation¶
Self Service Password is a PHP application that allows users to change their password in an LDAP directory (including Active Directory). If password is lost, it can be reset trough questions, a or by a mail challenge.
More information and screenshots:
http://ltb-project.org/wiki/documentation/self-service-password
Download page:
http://ltb-project.org/wiki/download#self_service_password
Changelog¶
Summary¶
- Crypt feature now available also for PHP < 5.3
- Specific log file for password reset URL
- Password complexity policy: check for different classes of character (lower, upper, digit, special)
- Notify user by mail after password change
- Configuration of
FromSMTP header - reCAPTCHA on forms
Details¶
- Bug #320: Token crypt function does not wotk with PHP 5.2 and inferior
- Bug #322: Several PHP bugs and logging feature added (PATCH included)
- Feature #310: Add a password complexity points check
- Feature #311: Notify user by mail after password change
- Feature #317: Set content-type header for mail
- Feature #319: Change password with a mail challenge - add oprions -f to see correct FROM header
- Feature #323: Added support for reCAPTCHA (patches included)
Thanks¶
Thanks to contributors:
- Christian Unger (bug report)
- Chip Schweiss (bug reports, password reset URL log, reCAPTCHA)
- Jason Shugart (password complexity, password change notification)
- Anthony Milan (bug report)
- WMI Admin (bug report)
Comments