[Bug 16273] New: Prevent selfregistration from printing the borrower password and filling the logging form
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Bug ID: 16273 Summary: Prevent selfregistration from printing the borrower password and filling the logging form Change sponsored?: 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: nicolas.legrand@bulac.fr QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com At the BULAC Library, we use selfregistration on dedicated computer and we would like to prevent the validation display from printing the patron password and from filling the logging form. Some other person queuing for selfregistration may see the password or log the the other patron account if the later doesn't close the page. A new syspref should be set to keep the old behaviour or choose this new one. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 50608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50608&action=edit Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 50609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50609&action=edit Bug 16273: Add the ability not to display the login details for newly registered patrons When a new patron registers, the confirmation page is displayed with login details (login, password, cardnumber) and the login form is prefilled. In the case of public computer, for security reasons that should not appear, patrons might forget to close the window. Test plan: 1/ Set PatronSelfRegistrationPrefillForm on 2/ Register a new patron => The login details should not be displayed and the login form should not be prefilled. Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Assignee|koha-bugs@lists.koha-commun |jonathan.druart@bugs.koha-c |ity.org |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand <nicolas.legrand@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand <nicolas.legrand@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50608|0 |1 is obsolete| | --- Comment #3 from Nicolas Legrand <nicolas.legrand@bulac.fr> --- Created attachment 51156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51156&action=edit Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand <nicolas.legrand@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51156|0 |1 is obsolete| | --- Comment #4 from Nicolas Legrand <nicolas.legrand@bulac.fr> --- Created attachment 51157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51157&action=edit Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand <nicolas.legrand@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50609|0 |1 is obsolete| | --- Comment #5 from Nicolas Legrand <nicolas.legrand@bulac.fr> --- Created attachment 51158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51158&action=edit Bug 16273: Add the ability not to display the login details for newly registered patrons When a new patron registers, the confirmation page is displayed with login details (login, password, cardnumber) and the login form is prefilled. In the case of public computer, for security reasons that should not appear, patrons might forget to close the window. Test plan: 1/ Set PatronSelfRegistrationPrefillForm on 2/ Register a new patron => The login details should not be displayed and the login form should not be prefilled. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- How is the user informed about his/her login credentials when this preference is turned on? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #6)
How is the user informed about his/her login credentials when this preference is turned on?
Since bug 15343, you can choose your password :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51157|0 |1 is obsolete| | Attachment #51158|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 55663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55663&action=edit [PASSED QA] Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 55664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55664&action=edit [PASSED QA] Bug 16273: Add the ability not to display the login details for newly registered patrons When a new patron registers, the confirmation page is displayed with login details (login, password, cardnumber) and the login form is prefilled. In the case of public computer, for security reasons that should not appear, patrons might forget to close the window. Test plan: 1/ Set PatronSelfRegistrationPrefillForm on 2/ Register a new patron => The login details should not be displayed and the login form should not be prefilled. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle@bywatersolutions.com --- Comment #10 from Kyle M Hall <kyle@bywatersolutions.com> --- Pushed to master for 16.11, thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org