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

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #20 from David Cook <[email protected]> ---
I think that sending the securePasswordPattern is not a good idea, as it's not
the API consumer's job to handle the password. Sending "code" and
"securePasswordLabel" is fine as that communicates the message from Koha to the
API consumer.

On my TODO list, I'm actually planning more complex password security than just
a regex. I want to add a customizable list of passwords that users cannot use
(e.g. "password", "123456", "Password1", "koha", etc).

We could also add rules like the password and username cannot match. 

These aren't "patterns" per se, but would rather be communicated by "code" and
"securePasswordLabel" I think.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to