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@lists.koha-community.org Reporter: jseppal@student.uef.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@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.