[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-03-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Jonathan Druart changed: What|Removed |Added Blocks||22559 Referenced Bugs:

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Martin Renvoize changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Nick Clemens changed: What|Removed |Added Status|Passed QA |Pushed to Master

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Bug 22048 depends on bug 21547, which changed state. Bug 21547 Summary: Use set_password in opac-passwd and remove sub goodkey https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21547 What|Removed

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #21 from Josef Moravec --- Created attachment 83603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83603=edit Bug 22048: Use set_password in Auth_with_ldap.pm Signed-off-by: Kyle M Hall

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #20 from Josef Moravec --- Created attachment 83602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83602=edit Bug 22048: Use set_password in tests To test: - Apply this patch - Run: $ kshell k$

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Josef Moravec changed: What|Removed |Added Attachment #83585|0 |1 is obsolete|

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #16 from Josef Moravec --- Created attachment 83598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83598=edit Bug 22048: Use set_password in member-password.pl This patch makes member-password.pl use

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #18 from Josef Moravec --- Created attachment 83600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83600=edit Bug 22048: Use set_password in create_superlibrarian.pl Use $patron->set_password instead

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Josef Moravec changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #19 from Josef Moravec --- Created attachment 83601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83601=edit Bug 22048: Use set_password opac/opac-password-recovery.pl Signed-off-by: Kyle M Hall

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #17 from Josef Moravec --- Created attachment 83599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83599=edit Bug 22048: Use set_password in memberentry.pl To test: - Verify that changing the password

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Josef Moravec changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |josef.mora...@gmail.com

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #14 from Kyle M Hall --- Created attachment 83591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83591=edit Bug 22048: Use set_password in Auth_with_ldap.pm Signed-off-by: Kyle M Hall -- You are

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #11 from Kyle M Hall --- Created attachment 83588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83588=edit Bug 22048: Use set_password in create_superlibrarian.pl Use $patron->set_password instead of

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #12 from Kyle M Hall --- Created attachment 83589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83589=edit Bug 22048: Use set_password opac/opac-password-recovery.pl Signed-off-by: Kyle M Hall --

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #9 from Kyle M Hall --- Created attachment 83586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83586=edit Bug 22048: Use set_password in member-password.pl This patch makes member-password.pl use

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #13 from Kyle M Hall --- Created attachment 83590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83590=edit Bug 22048: Use set_password in tests To test: - Apply this patch - Run: $ kshell k$ prove

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #10 from Kyle M Hall --- Created attachment 83587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83587=edit Bug 22048: Use set_password in memberentry.pl To test: - Verify that changing the password

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Kyle M Hall changed: What|Removed |Added Attachment #83501|0 |1 is obsolete|

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2019-01-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #4 from Tomás Cohen Arazi --- Created attachment 83504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83504=edit Bug 22048: Use set_password in create_superlibrarian.pl Use $patron->set_password

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #5 from Tomás Cohen Arazi --- Created attachment 83505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83505=edit Bug 22048: Use set_password opac/opac-password-recovery.pl -- You are receiving this

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 83502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83502=edit Bug 22048: Use set_password in member-password.pl This patch makes member-password.pl

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 83503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83503=edit Bug 22048: Use set_password in memberentry.pl To test: - Verify that changing the

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #7 from Tomás Cohen Arazi --- Created attachment 83507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83507=edit Bug 22048: Use set_password in Auth_with_ldap.pm -- You are receiving this mail

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #6 from Tomás Cohen Arazi --- Created attachment 83506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83506=edit Bug 22048: Use set_password in tests To test: - Apply this patch - Run: $ kshell k$

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 83501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83501=edit Bug 22048: Use set_password in onboarding.pl To test, verify the onboarding process

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Tomás Cohen Arazi changed: What|Removed |Added Blocks||21992 Referenced

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Tomás Cohen Arazi changed: What|Removed |Added Depends on||21547 Referenced

[Koha-bugs] [Bug 22048] Use set_password instead of update_password in the codebase

2018-12-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048 Tomás Cohen Arazi changed: What|Removed |Added Depends on||22047 Referenced