[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-02-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Tomás Cohen Arazi changed: What|Removed |Added Status|Failed QA

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-02-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Tomás Cohen Arazi changed: What|Removed |Added URL|

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-02-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Tomás Cohen Arazi changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-02-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Tomás Cohen Arazi changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #45 from Josef Moravec --- Rebased on master -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #41 from Josef Moravec --- Created attachment 70261 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70261=edit Bug 17006: Respect system preference "OpacPasswordChange" Allow

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #43 from Josef Moravec --- Created attachment 70263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70263=edit Bug 17006: (follow-up) Let librarians change patron's passwords

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #42 from Josef Moravec --- Created attachment 70262 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70262=edit Bug 17006: (follow-up) Test for changing another user's password

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Attachment #67128|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #44 from Josef Moravec --- Created attachment 70264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70264=edit Bug 17006: (follow-up) Use Koha::Exceptions for change password

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Status|Patch doesn't apply

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2018-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Katrin Fischer changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-10-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #38 from Jonathan Druart --- Note for QA: I think Koha::Patron->change_password_to must call Koha::AuthUtils::is_password_valid (from bug 18298). -- You are receiving this mail

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Jonathan Druart changed: What|Removed |Added Component|Web services

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Status|Patch doesn't apply

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #34 from Josef Moravec --- Created attachment 67130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67130=edit Bug 17006: (follow-up) Test for changing another user's password

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #33 from Josef Moravec --- Created attachment 67129 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67129=edit Bug 17006: Respect system preference "OpacPasswordChange" Allow

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #35 from Josef Moravec --- Created attachment 67131 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67131=edit Bug 17006: (follow-up) Let librarians change patron's passwords

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #36 from Josef Moravec --- Created attachment 67132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67132=edit Bug 17006: (follow-up) Use Koha::Exceptions for change password

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Attachment #63329|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-08-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Marcel de Rooy changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Status|Failed QA

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #27 from Josef Moravec --- Created attachment 63330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63330=edit Bug 17006: Respect system preference "OpacPasswordChange" Allow

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #29 from Josef Moravec --- Created attachment 63332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63332=edit Bug 17006: (follow-up) Let librarians change patron's passwords

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #28 from Josef Moravec --- Created attachment 63331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63331=edit Bug 17006: (follow-up) Test for changing another user's password

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Mirko Tietgen changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2017-01-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Marcel de Rooy changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #24 from Josef Moravec --- Created attachment 57360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57360=edit [SIGNED-OFF] Bug 17006: (follow-up) Use Koha::Exceptions for

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #22 from Josef Moravec --- Created attachment 57358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57358=edit [SIGNED-OFF] Bug 17006: (follow-up) Test for changing another

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #23 from Josef Moravec --- Created attachment 57359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57359=edit [SIGNED-OFF] Bug 17006: (follow-up) Let librarians change patron's

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #21 from Josef Moravec --- Created attachment 57357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57357=edit [SIGNED-OFF] Bug 17006: Respect system preference

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Attachment #56283|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Josef Moravec changed: What|Removed |Added Status|Needs Signoff

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #56401|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #17 from Lari Taskula --- Created attachment 56400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56400=edit Bug 17006: (follow-up) Let librarians change patron's passwords This

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #18 from Lari Taskula --- Created attachment 56401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56401=edit Bug 17006: (follow-up) Use Koha::Exceptions for change password

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #16 from Lari Taskula --- Created attachment 56399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56399=edit Bug 17006: (follow-up) Test for changing another user's password The

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Status|Signed Off |Needs

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #15 from Lari Taskula --- Removed minification step from test plan after Bug 17432 was pushed to master. -- You are receiving this mail because: You are the assignee for the bug. You are watching

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #56158|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #56157|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #56156|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #12 from Lari Taskula --- Rebased on top of master. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #56155|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #54718|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-10-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #54717|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #7 from Aleisha Amohia --- Created attachment 54718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54718=edit [SIGNED-OFF] Bug 17006: Respect system preference

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Aleisha Amohia changed: What|Removed |Added Attachment #54716|0

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Aleisha Amohia changed: What|Removed |Added Attachment #54629|0

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Aleisha Amohia changed: What|Removed |Added Status|Needs Signoff

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #54576|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Attachment #54575|0 |1

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #2 from Lari Taskula --- Created attachment 54576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54576=edit Bug 17006: Respect system preference "OpacPasswordChange" Allow patron

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 --- Comment #1 from Lari Taskula --- Created attachment 54575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54575=edit Bug 17006: Add API route for changing patron's password PATCH

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added Status|NEW |Needs

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-08-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Lari Taskula changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Jiří Kozlovský changed: What|Removed |Added Blocks||16652

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Mike changed: What|Removed |Added Text to go in the|Minucipal Libray Ceska |Municipal Libray

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Mike changed: What|Removed |Added Text to go in the|Sposored by Ministry of |Minucipal Libray

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Mike changed: What|Removed |Added Text to go in the||Sposored by

[Koha-bugs] [Bug 17006] REST API: add route to change patron's password

2016-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Mike changed: What|Removed |Added Change sponsored?|--- |Sponsored