[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
Tue Sep 29 14:55:52 CEST 2020


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

--- Comment #16 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
> However Javascript doesn't seem to support POSIX
Ah ok good point.

But why are öäåÄÖÅ not in :
  if ( password_policy == 'complex' ){
    chars =
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ|[]{}!@#$%^&*()_-+?';

In my opinion, for a heavy international software like Koha you may stick to
[a-zA-Z] as the only alphabetic characters.

Or create lang-based policies complex-en, complex-fi ...

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


More information about the Koha-bugs mailing list