[Koha-bugs] [Bug 12617] New: 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 Jul 21 08:40:08 CEST 2014


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

            Bug ID: 12617
           Summary: Koha should let admins to configure automatically
                    generated password complexity/difficulty
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jseppal at student.uef.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Currently, the suggested passwords generated by members/member-password only
honor the minimum password length configuration setting - we've had some
discussions in my library that we'd want to be able to configure the suggested
passwords - not only in terms of length, but also in terms of
complexity/difficulty. This could be easily achieved by adding new global
configuration setting and refactoring the current password generation to use a
standard random string generator library from the cpan - such as Data::Random
or something similiar.

see also: bug 11888 - I looked into enhancing the password generation while
preparing this patch.

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


More information about the Koha-bugs mailing list