[Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 13 15:37:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617

--- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Created attachment 37740
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37740&action=edit
Bug 12617 - Koha should let admins to configure automatically generated
password complexity/difficulty

Adds simple password policy(with regards to complexity) management into
categories:
- Per category password policy: admins can configure what kind of passwords get
generated
in member-passwords. User-created passwords are also checked against the policy
if it is
defined and complexity is enforced for every user based on their set category.
- Reworks the old custom password generation code in member-password to use a
pretty powerful perl
module from the CPAN: App::Genpass

- Predefined policies:
    - simplenumeric: the digits 0-9 allowed only
    - alphanumeric: passwords must contain only the digits 0-9 and lowercase
and uppercase characters.
    Special characters are not allowed.
    - complex: patrons are required to use complex passwords containing
numbers, uppercase and lowercase
    characters and special characters.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list