Bugzilla – Attachment 142134 Details for
Bug 29480
Add email address as a method for generating the userid when self registering in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29480: (follow up) Use "patron", not "borrower"
Bug-29480-follow-up-Use-patron-not-borrower.patch (text/plain), 3.09 KB, created by
Magnus Enger
on 2022-10-19 08:58:12 UTC
(
hide
)
Description:
Bug 29480: (follow up) Use "patron", not "borrower"
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2022-10-19 08:58:12 UTC
Size:
3.09 KB
patch
obsolete
>From 8217a4793a01999907da7f33e17ccc740e189f77 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Wed, 19 Oct 2022 09:09:03 +0200 >Subject: [PATCH] Bug 29480: (follow up) Use "patron", not "borrower" > >Also changes "user name" to "userid". >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index d0a35cacd4..03601f48b5 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -554,7 +554,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('PatronSelfRegistrationExpireTemporaryAccountsDelay','0',NULL,'If PatronSelfRegistrationDefaultCategory is enabled, this system preference controls how long a patron can have a temporary status before the account is deleted automatically. It is an integer value representing a number of days to wait before deleting a temporary patron account. Setting it to 0 disables the deleting of temporary accounts.','Integer'), > ('PatronSelfRegistrationLibraryList','',NULL,'Only display libraries listed. If empty, all libraries are displayed.','Free'), > ('PatronSelfRegistrationPrefillForm','1',NULL,'Display password and prefill login form after a patron has self registered','YesNo'), >-('PatronSelfRegistrationUseridGenerationMethod', 'default', 'default|email', 'Method for generating userid of of a borrower when self registering in OPAC. Fallback to generating a userid from the name of the borrower.', ''), >+('PatronSelfRegistrationUseridGenerationMethod', 'default', 'default|email', 'Method for generating userid of of a patron when self registering in OPAC. Fallback to generating a userid from the name of the patron.', ''), > ('PatronSelfRegistrationVerifyByEmail','0',NULL,'If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate their account.','YesNo'), > ('PatronsPerPage','20','20','Number of Patrons Per Page displayed by default','Integer'), > ('PatronQuickAddFields', '', NULL , 'A list of fields separated by "|" to be displayed along with mandatory fields in the patron quick add form if chosen at patron entry', 'Free' ), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 69c201d566..cc2314418f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -808,7 +808,7 @@ OPAC: > choices: > default: "firstname.surname[uniqueness number, if needed]" > email: "email address" >- - to generate the user name of a borrower when self registering in OPAC. >+ - to generate the userid of a patron when self registering in OPAC. > - > - pref: OPACPatronDetails > choices: >-- >2.32.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29480
:
127636
|
127679
|
142133
| 142134 |
142135
|
142136