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.
Created attachment 50608 [details] [review] Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/
Created attachment 50609 [details] [review] 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/
Created attachment 51156 [details] [review] Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr>
Created attachment 51157 [details] [review] Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr>
Created attachment 51158 [details] [review] 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>
How is the user informed about his/her login credentials when this preference is turned on?
(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 :)
Created attachment 55663 [details] [review] [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>
Created attachment 55664 [details] [review] [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>
Pushed to master for 16.11, thanks Jonathan!